Mercurial > lada > lada-client
comparison Dockerfile @ 989:b892eb346f14
Merged Dockerfile
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 15 Dec 2015 08:50:49 +0100 |
parents | c4c95d340ebe |
children | 418e25969a16 |
comparison
equal
deleted
inserted
replaced
988:0ca27b761584 | 989:b892eb346f14 |
---|---|
1 # | 1 # |
2 # Build and run LADA-client | 2 # Build and run LADA-client |
3 # | 3 # |
4 # Build with e.g. `docker build --force-rm=true -t koala/lada_client .' | 4 # Build with e.g. `docker build --force-rm=true -t koala/lada_client .' |
5 # Run from the repository root-dir with e.g. | 5 # Run from the repository root-dir with e.g. |
6 # `docker run --name lada_client -v $PWD:/usr/local/apache2/htdocs/ | 6 # `docker run --name lada_client |
7 # --link lada_wildfly:lada-server -p 8182:80 -d koala/lada_client' | 7 # --link lada_wildfly:lada-server -p 8182:80 -d koala/lada_client' |
8 # | 8 # |
9 # The linked container may be created from the Dockerfile in the lada-server | 9 # The linked container may be created from the Dockerfile in the lada-server |
10 # repository. | 10 # repository. |
11 # | 11 # |
12 # The LADA-application will be available under http://yourdockerhost:8182 | 12 # The LADA-application will be available under http://yourdockerhost:8182 |
13 # | |
14 # Add `-v $PWD:/usr/local/apache2/htdocs/' to the run-command if you want to | |
15 # test your local changes (you'll have to run ./install-dependencies.sh again). | |
13 # | 16 # |
14 | 17 |
15 FROM httpd:2.4 | 18 FROM httpd:2.4 |
16 MAINTAINER tom.gottfried@intevation.de | 19 MAINTAINER tom.gottfried@intevation.de |
17 | 20 |