Hub 2024.1 Help

Uninstall Hub Docker

To uninstall Hub service that is run as a Docker container, you just need to remove the data directories on a host machine that are mapped to the data directories inside the container.

Read more about Hub-specific data directories.

To uninstall Hub Docker from the system:

  1. Stop the running Hub service.

  2. Delete the docker container:

    docker rm <container_id>
  3. Delete the Hub-specific data directories: data, conf, logs. Make sure these directories are not reused by another instance of Hub before you delete them.

Last modified: 14 March 2024