-
Notifications
You must be signed in to change notification settings - Fork 405
CloudBeaver Enterprise deployment from docker image
DBeaverDevOps edited this page Jun 19, 2024
·
10 revisions
CloudBeaver Enterprise is a web application that requires server deployment.
You only need a Linux, macOS, or Windows machine with Docker.
- 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-ee:latest
To run CloudBeaver Enterprise in the terminal:
docker run --name cloudbeaver-ee --rm -ti -p 8080:8978 -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver-ee:latest
Then switch to the browser and open http://localhost:8080/
Add the following parameters:
-d --restart unless-stopped
Instructions on how to deploy via Docker-compose with configuration examples can be found here: https://github.com/dbeaver/cloudbeaver-deploy
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Network configuration settings
- Connection Templates Management
- Access Management
-
Authentication methods
-
Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
-
Single Sign On
-
SAML
-
OpenID
-
AWS OpenID
-
AWS SAML
-
AWS IAM
-
AWS OpenId via Okta
-
Snowflake SSO
-
Okta OpenId
-
Cognito OpenId
-
JWT authentication
-
Kerberos authentication
-
NTLM
-
Microsoft Entra ID authentication
-
Google authentication
-
Local Access Authentication
- User credentials storage
-
Cloud Explorer
-
Cloud storage
-
Query Manager
-
Drivers Management
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
-
Domain manager
- Configuring HTTPS for Jetty server
- Command line parameters
- Local Preferences
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development