Note: This documentation was written for an earlier version of cBioPortal. The information presented here may not apply to cBioPortal v7 and onwards.

Uninstall Docker cBioPortal

1. Remove cBioPortal docker container

In a docker terminal type the following command:

docker rm -fv ${CONTAINER_NAME}

Where:

  • $: The name of your container instance, i.e cbioportal.

2. Remove MySQL docker container

In a docker terminal type the following command:

docker rm -fv ${CONTAINER_NAME}

Where:

  • $: The name of your container instance, i.e cbio-DB.

3. Remove the docker network

In a docker terminal type the following command:

docker network rm ${DOCKER_NETWORK_NAME}

Where:

  • $ is the name of the network that cBioPortal and the cBioPortal DB are accessible. i.e cbio-net