-
Notifications
You must be signed in to change notification settings - Fork 2
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:
-
sudo docker pull 10clouds/10booksto pull the latest image. -
sudo docker stop $(sudo docker ps -q --filter ancestor=10clouds/10books)to stop the existing container if you are running one. -
docker run -d -p 80:80 --restart=unless-stopped --env-file ./10books_config.list 10clouds/10booksto start a new container.