Skip to content

aduermael/docker-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Swift Docker image

How to use it?

  • Install Docker

  • Run the container:

     docker run -it --rm --security-opt seccomp=unconfined aduermael/swift

    --rm option simply means the container will be removed when exiting

    --security-opt seccomp=unconfined is required to launch the REPL (interactive Swift environment)

     # Tadam! You can now type Swift statements! :)
     Welcome to Swift version 3.0.2 (swift-3.0.2-RELEASE). Type :help for assistance.
     1>

About

Swift in Docker!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published