Skip to content

Instantly share code, notes, and snippets.

@populov
Created August 14, 2018 15:57
Show Gist options
  • Select an option

  • Save populov/97b8b8d029014d203beed28fee31cc64 to your computer and use it in GitHub Desktop.

Select an option

Save populov/97b8b8d029014d203beed28fee31cc64 to your computer and use it in GitHub Desktop.
Docker containers management UI
version: '3'
services:
portainer:
image: portainer/portainer
container_name: portainer
network_mode: host
restart: always
ports:
- 9000:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment