WebDB
Links
  • πŸ‘‹Welcome to WebDB Documentation
  • Installation
    • 1️⃣Standalone
    • πŸ”’Compose
    • ☸️K8S
    • πŸ–₯️Native
    • πŸ›‘οΈSecurity
    • ❌Uninstall
  • Connection
    • DBMS Discovery
    • Credentials Guessing
    • SSH Tunnel
  • Database
  • Interface
    • Schema
    • Database
    • Table
    • Relations
    • Structure
    • Offline
    • Symbols
    • Configuration
  • Explore
    • Explore
    • Search
    • Update
    • Batch Update
  • Query
    • Editor
      • Autocomplete
  • Structure
    • NoSQL inferring limitation
  • Insert
    • Generator
    • Framework embed
    • Foreign Key / Enum
    • Autocomplete
    • Error
  • Monitoring
    • Stats
    • Process List
  • Time machine
  • Compare
  • Blob
  • Encoding / Collation
  • Complexes
  • Backend
    • Configuration
    • Data storage
    • Docker container
  • Compatibility
  • More
    • Offline
    • Business Model
    • Alternatives
Powered by GitBook
On this page

Was this helpful?

  1. Installation

Standalone

PreviousInstallationNextCompose

Last updated 7 months ago

Was this helpful?

Install and update

x86 and arm64 architecture supported

docker pull webdb/app && \
docker rm -f $(docker ps -a -q --filter ancestor=webdb/app) webdb 2> /dev/null ; \
docker run --name webdb -d \
	--restart=always \
	--add-host="host.docker.internal:host-gateway" \
	-v $HOME/.webdb:/usr/src/app/static/version \
	-v $HOME/.ssh:/root/.ssh:ro \
	-p 127.0.0.1:22071:22071 webdb/app

πŸš€ App is now available on

This single-line command update and launch App

So when you need to update, just rerun this command

If you want more informations about the launch command ->

If you planned to share WebDB, please read

1️⃣
http://localhost:22071
https://docs.webdb.app/backend/docker-container
https://docs.webdb.app/installation/security