Sign inSign up

swiftdocker/swift

By swiftdocker

Updated almost 8 years ago

Swift, in docker!

Image
89

10K+

swiftdocker/swift repository overview

swift-docker

Swift logo
An Ubuntu 16.04 Docker image for Swift.
You can find the Docker Hub repo here: https://hub.docker.com/_/swift/
Docker Instructions
Pull the Docker Image From Docker Hub:
docker pull swift
Create a Container from the Image and Attach It:
docker run --privileged -i -t --name swiftfun 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 Apache License, Version 2.0.

Tag summary

Content type

Image

Digest

Size

417.5 MB

Last updated

over 8 years ago

docker pull swiftdocker/swift