Skip to content

Instantly share code, notes, and snippets.

@dargmuesli
Last active May 9, 2024 21:32
Show Gist options
  • Save dargmuesli/5808c950c03b2b49754681e1d9e5cb4e to your computer and use it in GitHub Desktop.
Save dargmuesli/5808c950c03b2b49754681e1d9e5cb4e to your computer and use it in GitHub Desktop.
Portainer Start Local
#!/bin/bash
docker run -d -p 8000:8000 -p 9443:9443 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment