Local cleanup
Note: These steps apply only if you chose the option to install in a local container.
-
Stop the local container using this command:
docker stop obaas
Note: If you want to use the environment again later, stop at this step. You can restart it later with the command
docker start obaas
. -
Remove the local container using this command:
docker rm obaas