Skip to content

Commit

Permalink
#1 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Jan 25, 2017
1 parent 53d25ab commit 9cb52a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ADD target/irods-webdav.war /usr/local/tomcat/webapps/
ADD runit.sh /
CMD ["/runit.sh"]
#CMD ["sh"]
# build: docker build -t diceunc/webdav:4.1.10.0-RC1 .
# build: docker build -t diceunc/webdav:4.1.10.0-beta .

# run: docker run -i -t --rm -p 8080:8080 -v /etc/irods-ext:/etc/irods-ext --add-host irods419.irodslocal:172.16.250.100 diceunc/webdav:4.1.10.0-RC1

# run: docker run -i -t --rm -p 8080:8080 -v /etc/irods-ext:/etc/irods-ext -v /home/mconway/webdavcert:/tmp/cert --add-host irods419.irodslocal:172.16.250.100 diceunc/webdav:4.1.10.0-RC1
# run: docker run -d --rm -p 8080:8080 -v /etc/irods-ext:/etc/irods-ext -v /home/mconway/webdavcert:/tmp/cert --add-host irods419.irodslocal:172.16.250.100 diceunc/webdav:4.1.10.0-beta

0 comments on commit 9cb52a5

Please sign in to comment.