Skip to content

Upgrading guide

Ruslan edited this page Jan 9, 2019 · 2 revisions

In order to update 10Books to a higher version, all you have to do is to start a new container with the latest docker image.

Simply run:

  1. sudo docker pull 10clouds/10books to pull the latest image.
  2. sudo docker stop $(sudo docker ps -q --filter ancestor=10clouds/10books) to stop the existing container if you are running one.
  3. docker run -d -p 80:80 --restart=unless-stopped --env-file ./10books_config.list 10clouds/10books to start a new container.

Clone this wiki locally