Docker Container for the Apple's Swift programming language https://swift.org
An Ubuntu 15.10 Docker image for Swift.
You can find the Docker Hub repo here: https://hub.docker.com/r/livetribe/swift
docker pull livetribe/swiftdocker run --privileged -i -t --name swiftfun livetribe/swift:latest /bin/bashStart your image with name swiftfun
docker start swiftfunand then attach it
docker attach swiftfunContributions via pull requests are welcome and encouraged :)
docker-swift is licensed under the MIT License.