This repository was archived by the owner on Jun 20, 2024. It is now read-only.
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
weave
inside a container that has PROCFS set #622Closed
Description
If the script is ran from a container that had already been started with -v /proc:/hostproc -e PROCFS=/hostproc
and --local
is not passed in, it will pickup the value of $PROCFS
and try to start weaveworks/weaveexec
with -v /hostproc:/hostproc
, for which Docker will bind an empty directory as /hostproc
doesn't exist on the host itself.