Dockerfile of growthforecast.
This docker image registered on docker index. If you need running in your machine on the docker daemon, then you must be execute command the below.
> docker run -p 80:80 -d futoase/docker-growthforecast
If you need save datum of growthforecast on docker host, must be add option volume '-v'.
> docker run -p 80:80 -v /var/growthforecast/mysql:/var/lib/mysql:rw -d futoase/growthforecast
> docker run -p 80:80 -i -t -e TIME_ZONE=tokyo futoase/growthforecast /bin/bash
# date
# Mon Feb 17 18:12:04 JST 2014
> vagrant up --provision
> vagrant ssh
> cd /vagrant
> docker build .
Content type
Image
Digest
sha256:eaca8320f…
Size
645.1 MB
Last updated
almost 11 years ago
docker pull futoase/docker-growthforecast