Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WINSTALLATION and version 24.0
Div
Classe2e-refDiv

Otp
Floatingfalse

To completely uninstall a BRIDGE that has been installed with Docker, you need to remove

  • the Docker container
  • the Docker volumes
  • the Docker image

Step 1: Removing the Docker Container and the Volumes

  1. Go to the folder where you have stored your docker-compose.yml file.
  2. Drop the BRIDGE Docker container and its related volumes with

    Code Block
    docker-compose down -v
    Note

    Option -v irreversibly removes the BRIDGE data directory of the BRIDGE installation. If you only want to remove the Docker container, use

    Code Block
    docker-compose down

Step 2: Remove the Docker Image

Remove the BRIDGE Docker image using

Code Block
docker image rm bridge:<version>
Info

If you have kept multiple images of the BRIDGE, you need to remove them one by one, specifying the version.

Panel
titleOn this Page:

Table of Contents