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