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...
2077a00
portainer
/
start.sh
goingyt
Create start.sh
28d49a3
verified
3 months ago
raw
Copy download link
history
blame
Safe
77 Bytes
#!/bin/sh
mkdir
-p /data/certs
chown
-R 1000:1000 /data
exec
./portainer
"
$@
"