Skip to content

Instantly share code, notes, and snippets.

@6LYTH3
Created July 23, 2017 09:26
Show Gist options
  • Save 6LYTH3/da82edd0703ef4cb557f628227ffc9ba to your computer and use it in GitHub Desktop.
Save 6LYTH3/da82edd0703ef4cb557f628227ffc9ba to your computer and use it in GitHub Desktop.
For iform
FROM tomcat:latest
COPY iforms.war /usr/local/tomcat/webapps/
/*
docker run --name imysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=1234 -d mysql:latest
docker run -it -p 8080:8080 iform:0.2
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment