Skip to content
Snippets Groups Projects
Commit 8dbf7f2f authored by Axel Loewe's avatar Axel Loewe
Browse files

Update README.md

parent 63215bb8
No related branches found
No related tags found
No related merge requests found
Pipeline #1564 passed
......@@ -90,11 +90,10 @@ docker-compose down -v
````
### Updating
If you want to update carputilsGUI and the underlying examples, stop the containers and delete the *nginx* and *carputilsgui_web_server* images. Then, pull the updates and restart the containers.
If you want to update carputilsGUI and the underlying examples, stop the containers and delete the *carputilsgui_app* and *carputilsgui_web_server* images. Then, pull the updates and restart the containers.
````
docker-compose down -v
docker rmi carputilsgui_web_server
docker rmi carputilsgui_app
docker rmi carputilsgui_web_server carputilsgui_app
git pull
docker-compose up
````
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment