Covenant icon indicating copy to clipboard operation
Covenant copied to clipboard

how to install by docker

Open smallfox233 opened this issue 3 years ago • 2 comments

what is "/app/Data"? </absolute/path/to/Covenant/Covenant/Data>:/app/Data

smallfox233 avatar Aug 03 '22 14:08 smallfox233

That should just be a directory inside your Docker container. From Covenant's wiki on Docker installations: "The -v parameter creates a shared Data directory between the host and the container."
I don't run Covenant from a container, but I would guess that folder is already part of the container image that you can download and build, or is there an error when you run the command?

jannlemm0913 avatar Aug 05 '22 13:08 jannlemm0913

That should just be a directory inside your Docker container. From Covenant's wiki on Docker installations: "The -v parameter creates a shared Data directory between the host and the container." I don't run Covenant from a container, but I would guess that folder is already part of the container image that you can download and build, or is there an error when you run the command?

thank you

smallfox233 avatar Aug 07 '22 05:08 smallfox233