[Solved] How to start a chrooted directory as a docker container?

Finally I found a workaround. Unfortunately, simply mounting “https://stackoverflow.com/” (either with the VOLUME command in the Dockerfile, or with giving the -v to docker run) doesn’t work – it can’t mount the root directory as a volume. Furhtermore, VOLUME in the Dockerfile doesn’t seem to work at all. The best (or, least worse) solution what … Read more