🐳 💧Simple Dev Environment for Serverside Swift using the Vapor 4 Beta
With Vapor 4 comes a whole host of improvements:
Vapor 4 is still only in beta.
For the latest stable release see my Vapor 3 Docker image
docker build -t vapor4 .
docker run -v <host_path>:<container_path> -ti vapor4:latest bash
Pull the latest image
docker pull bryankp/vapor4:latest
To run with bash and a shared volume
docker run -v <host_path>:<container_path> -ti bryankp/vapor4:latest bash
docker run --privileged -v <host_path>:<container_path> -ti bryankp/swift_vapor:latest bash