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
- Host: GitHub
- URL: https://github.com/kiliankoe/docker-swift-runtime
- Owner: kiliankoe
- Created: 2018-01-29T10:26:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T16:18:49.000Z (over 8 years ago)
- Last Synced: 2025-03-30T04:11:16.356Z (about 1 year ago)
- Topics: docker, docker-image, swift
- Homepage: http://blog.kilian.io/docker-swift-runtime/
- Size: 3.91 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 👌