Skip to content

thii/docker-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

docker-swift

A Docker container of Swift built from source from the latest commit on official Swift's git repo.

Quick start

Install docker on OSX

brew install docker docker-machine
docker-machine create -d virtualbox dev
docker-machine start dev
eval "$(docker-machine env dev)"

Usage

Pull from Docker Hub

docker pull thii/swift

Compile and run a Swift file

docker run thii/swift example.swift

License

MIT

About

A Docker container of Swift built from source from the latest commit on official Swift's repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published