Skip to content

livetribe/docker-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-swift

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 Instructions

Pull the Docker Image From Docker Hub:
docker pull livetribe/swift
Create a Container from the Image and Attach It:
docker run --privileged -i -t --name swiftfun livetribe/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.

About

Docker Container for the Apple's Swift programming language https://swift.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published