.dotfiles/scripts/install-docker-portainer.sh

3 lines
183 B
Bash
Raw Normal View History

2024-08-10 23:29:37 +02:00
#!/bin/sh
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:latest