mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-12 22:14:50 +01:00
5 lines
212 B
Bash
Executable File
5 lines
212 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
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
|