Sign inSign up

stevapple/swift-scf

By stevapple

Updated over 3 years ago

Swift toolchains for Tencent SCF.

Image
0

3.0K

stevapple/swift-scf repository overview

swift-scf-docker

Forked from apple/swift-docker, modified for Tencent Cloud SCF.

Docker images for Swift on SCF Custom Runtime.
You can find the Docker Hub repo here: https://hub.docker.com/r/stevapple/swift-scf
Usage
Pull the Docker image from Docker Hub:
docker pull stevapple/swift-scf:nightly
Create a container from the image and run it:
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:

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.

Tag summary

Content type

Image

Digest

sha256:4fd3562c0

Size

829.3 MB

Last updated

over 3 years ago

docker pull stevapple/swift-scf:nightly