🐳 🕊️Simple Dev Environment for Serverside Swift using Kitura
docker build -t swift_kitura .
docker run -v <host_path>:<container_path> -ti swift_kitura:latest bash
Pull the latest image
docker pull bryankp/swift_kitura:latest
To run with bash and a shared volume
docker run -v <host_path>:<container_path> -ti bryankp/swift_kitura:latest bash
docker run --privileged -v <host_path>:<container_path> -ti bryankp/swift_kitura:latest bash