https://github.com/stevapple/swift-scf-docker
Swift toolchain images for Tencent SCF
https://github.com/stevapple/swift-scf-docker
docker swift
Last synced: about 1 month ago
JSON representation
Swift toolchain images for Tencent SCF
- Host: GitHub
- URL: https://github.com/stevapple/swift-scf-docker
- Owner: stevapple
- License: apache-2.0
- Created: 2020-08-10T16:38:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T14:37:26.000Z (almost 4 years ago)
- Last Synced: 2026-04-22T03:08:37.738Z (about 2 months ago)
- Topics: docker, swift
- Language: Dockerfile
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# swift-scf-docker
Forked from [apple/swift-docker](https://github.com/apple/swift-docker), modified for [Tencent Cloud SCF](https://intl.cloud.tencent.com/product/scf).
### Docker images for [Swift](https://swift.org) on [SCF Custom Runtime](https://intl.cloud.tencent.com/document/product/583/38129).
#### You can find the Docker Hub repo here: [https://hub.docker.com/r/stevapple/swift-scf](https://hub.docker.com/r/stevapple/swift-scf)
### Usage
##### Pull the Docker image from Docker Hub:
```bash
docker pull stevapple/swift-scf:nightly
```
##### Create a container from the image and run it:
```bash
docker run -it stevapple/swift-scf:5.2.5 /bin/bash
```
If you want to run the Swift REPL you will need to run the container with additional privileges:
```bash
docker run --security-opt seccomp=unconfined -it stevapple/swift-scf:5.2.5
```
## Contributions
Contributions via pull requests are welcome and encouraged :)
## License
swift-scf-docker is licensed under the [Apache License, Version 2.0](LICENSE).