Sign inSign up

aduermael/swift

By aduermael

Updated over 9 years ago

Swift in Docker

Image
0

428

aduermael/swift repository overview

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>
    

Tag summary

Content type

Image

Digest

Size

356.6 MB

Last updated

over 9 years ago

docker pull aduermael/swift