Skip to content

Commit

Permalink
mount test img
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jun 29, 2018
1 parent 955188b commit 897bf57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker build . -t iipauth
docker run iipauth -d -p 4010:4010 -v images:/images
docker run -d -p 4010:4010 -v "$(pwd)"/images/:/images/ iipauth
2 changes: 1 addition & 1 deletion run_nocheck.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker build . -t iipauth
docker run iipauth -d -p 4010:4010 -v images:/images -e CHECK_HEADER='no'
docker run -d -p 4010:4010 -v "$(pwd)"/images/:/images/ -e CHECK_HEADER='no' iipauth

0 comments on commit 897bf57

Please sign in to comment.