🐳 💧Simple Dev Environment for Serverside Swift using Vapor 4
10K+
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
docker pull bryankp/vapor4:latest
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 bashContent type
Image
Digest
Size
583.6 MB
Last updated
almost 7 years ago
docker pull bryankp/vapor4