This commit is contained in:
Phil Kunz
2016-01-01 01:07:44 +01:00
commit dff3c6b84d
21 changed files with 1120 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
docker build --no-cache -t staticimg .
docker stop static
docker rm $(docker ps -q -f status=exited)
docker run -d -e VIRTUAL_HOST=default.com -e CERT_NAME=server --name static staticimg