TOOL

Container Management

Docker container management with lazydocker. Monitor containers, view logs, check resource usage, and manage your Docker environment.

Powered by lazydocker
text
lazydocker
┌─ Containers ──────────────────────────────┐
  nginx          Up 2h    CPU: 0.5%      
  api            Up 2h    CPU: 12.3%     
  postgres       Up 3d    CPU: 2.1%      
  redis          Exited   -              
└───────────────────────────────────────────┘
┌─ Logs (api) ──────────────────────────────┐
 [INFO] Server started on port 8080       
 [INFO] Connected to database             
 [INFO] Request: GET /api/users (45ms)    
└───────────────────────────────────────────┘

Capabilities

Container Overview

See all containers at a glance. Status, resource usage, and uptime in one view.

Real-time Logs

Stream container logs in real-time. Filter and search through log output.

Resource Monitoring

Monitor CPU, memory, and network usage per container. Spot issues quickly.

Container Management

Start, stop, restart, and remove containers. Execute commands inside containers.

Image Management

List, pull, and remove Docker images. See layer information and sizes.

Volume & Network

View and manage Docker volumes and networks from the interface.

Quick Start

1. Run lazydocker with ttyd (for web access)

bash
$ docker run -d -p 7681:7681 -v /var/run/docker.sock:/var/run/docker.sock lazyteam/lazydocker-web

2. Configure in asd.yaml

asd.yaml
network:
  services:
    lazydocker:
      dial: "127.0.0.1:7681"

3. Expose via ASD

bash
$ asd up

4. Access from anywhere

text
 https://lazydocker.your-subdomain.asd.host

Note: For web access, use lazydocker with ttyd wrapper or access via ASD's built-in web terminal.

Use Cases

Development

Monitor containers during local development

Debugging

Quickly access logs and shell into containers

Resource Tracking

Identify resource-hungry containers

Remote Management

Manage Docker on remote servers via tunnel

Official Documentation

lazydocker is an open-source project. Learn more from the official GitHub repository.

View lazydocker on GitHub

Frequently Asked Questions

Can lazydocker manage remote Docker hosts?

Yes, run lazydocker with ttyd on your remote server, expose it via ASD tunnel, and access the container management UI from anywhere in your browser.

What actions can I perform on containers?

lazydocker lets you start, stop, restart, remove containers, view real-time logs, check resource usage (CPU, memory, network), and execute commands inside running containers.

Does lazydocker support Docker Compose?

Yes, lazydocker detects Docker Compose projects and shows services grouped together. You can manage compose stacks, view logs per service, and restart individual containers.

Is lazydocker free to use?

Yes, lazydocker is open-source and free. ASD provides secure tunnel access so you can manage Docker from anywhere with a web browser.

Ready to manage your containers?

Start free and access lazydocker via secure tunnel.