Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
goingyt
/
portainer
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
portainer
/
start.sh
goingyt
Update start.sh
e56baeb
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
202 Bytes
#!/bin/sh
# Ensure the data directory exists and has the correct permissions
mkdir
-p /data/certs
chown
-R 1000:1000 /data
# Start Portainer
exec
/usr/local/bin/portainer -H unix:///var/run/docker.sock