/docker-cgwire

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

Apache License 2.0Apache-2.0

Docker Zou

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

  • See Zou for details regarding what this Docker image contains.
  • See Kitsu for details regarding the user interface.
  • See Gazu for details regarding the Python API towards this interface.

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


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.