-
Notifications
You must be signed in to change notification settings - Fork 558
CloudBeaver Community deployment from docker image
Greg Miller edited this page Nov 7, 2023
·
8 revisions
CloudBeaver is a web application, that requires server deployment.
To install the latest version of CloudBeaver use the following script:
docker pull dbeaver/cloudbeaver-ce:latestTo run CloudBeaver in the terminal:
docker run --name cloudbeaver-ce --rm -ti -p 8080:8978 -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver-ce:latest
Then switch to the browser and open http://localhost:8080/
Add the following parameters:
-d --restart unless-stopped
- 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