Short Description
Swift, in docker!
Full Description
docker-swift
An Ubuntu 14.04 Docker image for Swift.
You can find the Docker Hub repo here: https://hub.docker.com/r/swiftdocker/swift/
Docker Instructions
Pull the Docker Image From Docker Hub:
docker pull swiftdocker/swift
Create a container from the Image and attach it:
docker run -i -t --name swiftfun swiftdocker/swift:latest /bin/bash
To start your and attach your image later:
Start your image with name swiftfun
docker start swiftfun
and then attach it
docker attach swiftfun
Contributions
Contributions via pull requests are welcome and encouraged :)
License
docker-swift is licensed under the MIT License.
Comments (0)