An open API service indexing awesome lists of open source software.

https://github.com/kiliankoe/docker-swift-runtime

(relatively) small docker image to run swift binaries
https://github.com/kiliankoe/docker-swift-runtime

docker docker-image swift

Last synced: about 1 year ago
JSON representation

(relatively) small docker image to run swift binaries

Awesome Lists containing this project

README

          

# docker-swift-runtime

```shell
$ docker pull kiliankoe/swift-runtime
```

Running swift in a docker container doesn't require the entire 1.5GB official `swift` image. This is a (relatively) small base image based on `ubuntu:16.04` to run compiled binaries.

[Docker's multistage builds](https://docs.docker.com/engine/userguide/eng-image/multistage-build/) make using this rather easy 👌