Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some more Docker scripts
iay committed May 14, 2018
1 parent 12dad4b commit 2f763d3
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-run
@@ -0,0 +1,4 @@
#!/bin/bash

docker run -d --restart=always -p 8080:8080 --name inc-validator \
iay/inc-validator
3 changes: 3 additions & 0 deletions docker-terminate
@@ -0,0 +1,3 @@
#!/bin/bash

docker rm --force inc-validator
3 changes: 3 additions & 0 deletions docker-test
@@ -0,0 +1,3 @@
#!/bin/bash

docker run --rm -it -p 8080:8080 --name inc-validator-test iay/inc-validator

0 comments on commit 2f763d3

Please sign in to comment.