An Ubuntu 16.04 Docker image for Swift.
You can find the Docker Hub repo here: https://hub.docker.com/r/swiftdocker/swift/
docker pull swiftdocker/swift
docker run --privileged -i -t --name swiftfun swiftdocker/swift:latest /bin/bash
Start your image with name swiftfun
docker start swiftfun
and then attach it
docker attach swiftfun
Contributions via pull requests are welcome and encouraged :)
docker-swift is licensed under the MIT License.