Closed mhbm closed 8 months ago
@mhbm
1) Volumes are usually mounted during container startup with -v
flag. Although, VOLUME
keyword exists in Dockerfile syntax, we've never seen it being used in real life.
2) Also don't get the purpose of using both Chrome and Selenoid in the same Docker image.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is my docker-compose file
This is my Dockerfile
I need to put VOLUME in DockerFile.
Can somebody help me?
Thanks