1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Docker updates

- Build from official golang image
- Modernize docker build script
- Remove sudo from docker-run.sh, relocate
This commit is contained in:
James Hillyerd
2015-08-23 23:39:07 -07:00
parent 4d8aa340ff
commit 3b0d17867e
4 changed files with 17 additions and 21 deletions

5
etc/docker/docker-run.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
# docker-run.sh
# description: Launch Inbucket's docker image
docker run -p 9000:10080 -p 2500:10025 -p 1100:10110 jhillyerd/inbucket