🐳 🕊️Simple Dev Environment for Serverside Swift using Kitura
258
docker build -t swift_kitura .
docker run -v <host_path>:<container_path> -ti swift_kitura:latest bash
docker pull bryankp/swift_kitura:latest
docker run -v <host_path>:<container_path> -ti bryankp/swift_kitura:latest bash
For troubleshooting issues see the Kitura Docs
To use the swift repl while running docker on macos the container needs to be run with the following flag --privileged
docker run --privileged -v <host_path>:<container_path> -ti bryankp/swift_kitura:latest bashContent type
Image
Digest
Size
618.5 MB
Last updated
about 7 years ago
docker pull bryankp/swift_kitura