Welcome

Welcome to Docker Visor – your go-to solution for container and image management, redefining the way you interact with Docker. Say goodbye to complexity and welcome a new era of simplicity and efficiency.

  • 🍃 Lightweight: Embrace a nimble solution that doesn't weigh down your system resources.
  • 🏎️ Superfast: Experience blazing-fast container and image operations for unparalleled efficiency.
  • 🚀 Streamlined: Navigate through tasks seamlessly with a user-friendly and intuitive interface.
  • 📦 Battery Efficient: Optimize power consumption without compromising on performance.
  • ⚙️ User-friendly Interface: Dive into container management with ease through a clean and intuitive design.
  • 🛠️ Advanced Configuration Options: Tailor your Docker environment with advanced settings for a personalized experience.
  • 📊 Resource Monitoring: Keep tabs on resource usage, empowering you to make informed decisions.
  • 🔄 Seamless Updates: Stay ahead with automatic updates, ensuring you always have access to the latest features and improvements.

Elevate your Docker experience with Docker Visor – where simplicity meets power.

Step 1

Start your Docker runtime


Step 2

Install a secure tunnel like ngrok from https://ngrok.com/

ngrok http 8080

Step 3

Install a socket relay like socat to forward Docker to 8080

sudo apt-get update && sudo apt-get install socat # Linux 
brew install socat # Mac

Step 4

Forward Docker to 8080

socat TCP-LISTEN:8080,reuseaddr,fork UNIX-CONNECT:<path to docker.sock>

Step 5

Setup host URL from settings