kubevela / samples

KubeVela Samples Repository
https://kubevela.io/
131 stars 70 forks source link

interesting samples #91

Open wonderflow opened 2 years ago

wonderflow commented 2 years ago
wonderflow commented 2 years ago

https://github.com/Lissy93/dashy

How to make a config file mounted easily?

docker run -d \
  -p 4000:80 \
  -v /root/my-local-conf.yml:/app/public/conf.yml \
  --name my-dashboard \
  --restart=always \
  lissy93/dashy:latest