Ubuntu Docker container for the Swift programming language.
- Checkout docker-swift.
- Install Docker.
- Run the hello script:
docker-compose run --rm --name swift -w /swift swift swift swift/hello.swift
Get the image from Docker hub:
docker pull jneyer/swift