docs/swift
Swizzlr 96d81bb341 Try this? 2017-01-07 17:32:54 +00:00
..
LICENSE.md Fix a bunch of stuff 2017-01-07 09:44:21 +00:00
README-short.txt Fix a bunch of stuff 2017-01-07 09:44:21 +00:00
README.md Update README.md 2017-01-07 09:08:23 +00:00
content.md Try this? 2017-01-07 17:32:54 +00:00
github-repo Initial Swift on Docker documentation. 2017-01-07 09:02:58 +00:00
logo.png Fix a bunch of stuff 2017-01-07 09:44:21 +00:00

README.md

docker-swift

swift

Build Status

An Ubuntu 16.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  -it --name swiftfun swiftdocker/swift:latest /bin/bash
To Start 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.