Sign inSign up

shols/xerte_docker

By shols

Updated about 8 years ago

Instant Xerte

Image
0

248

shols/xerte_docker repository overview

RUN

docker run -td --name xerte_mysql -e MYSQL_ROOT_PASSWORD=root -d mysql:8.0 && docker run -td --name=xerte -p 8080:80 --link xerte_mysql:mysql shols/xerte_docker && docker inspect xerte_mysql | grep "IPAddress"

SETUP Save the the IP of the xerte_mysql container, add the port and fill it in during the Xerte setup i.e. 172.17.03:3306

Tag summary

Content type

Image

Digest

Size

936.4 MB

Last updated

about 8 years ago

docker pull shols/xerte_docker