Maghin / docker-iTop

:whale: iTop on Docker
https://www.combodo.com/itop
MIT License
6 stars 12 forks source link

persist itop #2

Open AllardKrings opened 2 years ago

AllardKrings commented 2 years ago

hello,

evvery time i stop and start the container i have to run setup again.

is there any way i can persist my installation?

hope you can help

Maghin commented 2 years ago

Hello,

You need to start the container with correct volumes mounted on your host to keep the config file generated during the setup. I consider you didn't use docker-compose but you can have a look for the volumes needed for the itop container in the docker-compose.yml file.

There are some folder to mount to get a clean configuration :

To persist installation :

To add extensions :

To setup timezone information :

AllardKrings commented 2 years ago

hello Maghin,

I did mount the volumes, but nothing is written there :-(

Maybe it is because my folders are on a GlusterFS filesystem?

Maghin commented 2 years ago

Hi, Yes you can check if your filesystem is ok, you can also do a docker exec command to explore your running container and see if config files are in place.