DokemonDokemon

Docker Container Management GUI

Deploy compose files, start/stop containers, delete unused images, view logs.

Get Started Now

# Create directory to store Dokemon data
mkdir ./dokemondata

# Run Dokemon
sudo docker run -p 9090:9090 \
      -v ./dokemondata:/data \
      -v /var/run/docker.sock:/var/run/docker.sock \
      --restart unless-stopped \
      --name dokemon -d productiveops/dokemon:latest
Read the Documentation

Manage Multiple Servers

Manage Variables for Different Environments

Deploy Compose Projects

Manage Containers, Images, Volumes, Networks

Production Usage

We recommend that you run Dokemon on a private network whenever possible.

If you are running on a VPS with only public access, we recommend that you use an SSL enabled reverse proxy in front of Dokemon. See example configuration with Traefik.

FAQ