Created
December 18, 2017 00:20
-
-
Save jonathanwork/6ddbb93302869ec0513ae50d078e4db1 to your computer and use it in GitHub Desktop.
docker getting swift to run on linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //makes swift run properly on linux | |
| docker run -it --security-opt seccomp=unconfined --name swiftfun swiftdocker/swift:latest /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment