Learning Swift using Docker containers as development environment
100-days-of-swift
Small setup to help me learn Swift. I don’t own a mac so this is what I came up with ?.
This will use PWD as a shared folder between your docker container and your machine,
resulting in a fluent development environment.
Helpful commands
Create and start container detached mode:
docker-compose up -d
Attach to running container:
docker-compose exec swift bash
Stop and remove container:
docker-compose down
It ain’t much but it’s honest work