CloudBeaver Documentation

DOWNLOAD pdf

Workspace Location

Table of contents

Overview

By default, CloudBeaver stores all its files (configurations, scripts, etc.) in the /opt/cloudbeaver on the host machine.

Folder Location
workspace Workspace files for CloudBeaver.
drivers Auto downloaded database drivers.
conf Configuration files for CloudBeaver. Learn more

Access workspace

  1. Locate the name of the running container:

    1. Open a terminal on the host machine.
    2. Run the following command to list all running containers:
      docker ps
      
  2. Once you have identified the container name, open a shell inside the container:

    docker exec -it <container_name> /bin/bash
    

    Replace <container_name> with the actual name of the container.

  3. After entering the container, navigate to the workspace directory using:

    cd workspace/