Replies: 1 comment 1 reply
-
You can mount individual files with Docker (I believe) but I do not think there is a way to mount an entire directory and filter the files. For example: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've got a quick (hopefully simple) question. I'm using codeserver in docker like mentioned below.
When I add an own volume path like: /home/docker/prometheus/data
it's picking up all the files in it and exposing it to codeserver.
but is it also possible to only picking up the .YAML files for instance?
Beta Was this translation helpful? Give feedback.
All reactions