Sign inSign up

rtsisyk/swift

By rtsisyk

Updated over 10 years ago

Swift Language (http://swift.org).

Image
0

960

rtsisyk/swift repository overview

docker-swift

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 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.

Tag summary

Content type

Image

Digest

Size

385.5 MB

Last updated

over 10 years ago

docker pull rtsisyk/swift