Skip to content

Workspace location

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

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

Note

Workspace files can be stored in AWS or other cloud-based object storage and may not be present on the local filesystem inside the container. For configuration details, see Workspace on AWS and S3 Storage

Access workspace

  1. Locate the name of the running container:

  2. Open a terminal on the host machine.

  3. Run the following command to list all running containers in the Compose project:

    docker-compose ps
    

  4. Identify the service name and open a shell inside the container:

    docker-compose exec <service_name> /bin/bash
    

    Info

    Replace <service_name> with the actual name of the service from your docker-compose.yml file.

  5. After entering the container, navigate to the workspace directory:

    cd workspace/