Sign inSign up

tommylau/perfect

By tommylau

Updated over 8 years ago

Swift Perfect Server running on Docker

Image
0

286

tommylau/perfect repository overview

docker-perfect

docker-perfect is a Swift Perfect Server boxed in a Docker image built by Tommy Lau.

What is in this image?

This image is a Swift Perfect web development environment cooked based on the offical docker image swift:3.0

Support

  • MySQL

Get the image

docker pull tommylau/perfect

Run

Start an instance:

docker run --name perfect -v /path/to/web:/server -d tommylau/swift /server/perfect-program

This will start an instance, and you are ready to go.

Compile

docker run --name perfect -v /path/to/web:/server -ti tommylau/swift bash
cd /server/
swift build

Tag summary

Content type

Image

Digest

Size

353.4 MB

Last updated

over 8 years ago

docker pull tommylau/perfect