Changes

no edit summary
Line 60: Line 60:     
Installed following the Docker docs : https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-engine---community-1
 
Installed following the Docker docs : https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-engine---community-1
 +
 +
 +
== Upgrade the web container ==
 +
 +
<syntaxhighlight lang="bash">
 +
./launcher bootstrap web_only
 +
./launcher destroy web_only
 +
./launcher start web_only
 +
</syntaxhighlight>