Home

Awesome

Docker Zou

Docker container for Zou, https://cg-wire.com

<br>

Usage

$ docker build -t cgwire https://github.com/mottosso/docker-cgwire.git
$ docker run -ti --rm -p 80:80 cgwire

No need to clone this project, the above commands will suffice.

In your browser, visit http://localhost on Linux, or http://<your-ip> with the IP of your VirtualBox session on Docker Toolbox for Windows or MacOS. You'll be greeted by the welcome screen where you enter the email and password you supplied in the interactive session above.

WARNING: Quitting the above container will remove all data related to it.

image

<br>

Troubleshooting

Without the --rm flag and restarting the container, server reports:

image

Kitsu a rencontré une erreur en communiquant avec son API de données.

I'm not sure how to resolve this yet.