-
Notifications
You must be signed in to change notification settings - Fork 558
CloudBeaver Community deployment from docker image
mr-anton-t edited this page Dec 28, 2023
·
8 revisions
CloudBeaver is a web application, that requires server deployment.
- Install Docker 20.10 or higher
- amd64 or arm64 system.
To install the latest version of CloudBeaver use the following script:
docker pull dbeaver/cloudbeaver:latestTo run CloudBeaver in the terminal:
docker run --name cloudbeaver --rm -ti -p 8080:8978 -v /opt/cloudbeaver/workspace dbeaver/cloudbeaver:latest
Then switch to the browser and open http://localhost:8080/
Add the following parameters:
-d --restart unless-stopped
More information can be found on the Run Docker Container page
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Connections
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development