We ran PantheonOS using Docker with the following command:
docker run -d --rm -e PANTHEON_MODE=standalone -e NATS_EXTERNAL_PORT=8004 -v /share/workspace/1:/workspace -p 8004:8080 nanguage/pantheon-agents:latest
Our question: In the Docker container, we mounted the path /share/workspace/1. The user can see a .pantheon folder inside this path. We would prefer that this folder not be visible in the path. Is there any method or parameter we can use when starting the Docker container to hide this folder?

We ran PantheonOS using Docker with the following command:
docker run -d --rm -e PANTHEON_MODE=standalone -e NATS_EXTERNAL_PORT=8004 -v /share/workspace/1:/workspace -p 8004:8080 nanguage/pantheon-agents:latestOur question: In the Docker container, we mounted the path /share/workspace/1. The user can see a .pantheon folder inside this path. We would prefer that this folder not be visible in the path. Is there any method or parameter we can use when starting the Docker container to hide this folder?