cobbr / Covenant

Covenant is a collaborative .NET C2 framework for red teamers.

Home Page:https://cobbr.io/Covenant.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to install by docker

smallfox233 opened this issue · comments

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

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?

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