docker-compose up -d
. You can verify that it runs with docker ps
.Dockerfile
, which contains the recipe for creating a Docker imagedocker-compose.yml
, which contains the runtime configuration of the containers running your program.Dockerfile
and docker-compose.yml.
docker-compose up -d
.adl
-file to a working directory on your server. wget
, but the files are the same.docker-compose.yml
.adl
my.server.com
, where the prototype is being served.docker-compose.yml
if you must use a port other than port 80.ampersand
for the database. As you can see in docker-compose.yml
, the database itself is accessible through port 8080.hosts
-file does not support wildcard redirection. You can do this by installing a local dns server (details on http://passingcuriosity.com/2013/dnsmasq-dev-osx/)