Question about deploying Velociraptor on ECS as a Docker container #2920
-
Hello, I had a quick question about the best way to have velociraptor configured to deploy on a ECS cluster as a Docker container. I'm getting stuck with the deployment. It looks like I am able to push the image to the cluster but it will not run. Im not to familiar with Docker so im not to sure if it is the entrypoint file that I need to add the docker run commands or with in the dockerfile? Any assistance with this would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Are you by chance using the Docker image referenced here, or your own image? What is the output of docker logs $container? |
Beta Was this translation helpful? Give feedback.
I can take a look at it if you can provide some more information.
Would you mind closing this issue and opening an issue in the
github.com/weslambert/velociraptor-docker
repository since it might be more of an issue with how the Docker image is configured?In the issue, please provide the command you are using.