Skip to content

Running Velociraptor on docker via AWS ECS #2805

Answered by scudette
dgilmore82 asked this question in Q&A
Discussion options

You must be logged in to vote

Docker is really good for staging software that has a lot of dependencies as it can separate the different modules like database, web server etc, or it can be useful to install libraries and other dependencies.

I personally never use it for velociraptor because there is no point. Velociraptor does not really have any dependencies so there is no real benefit in isolation from the pod OS. It's a single binary anyway and you don't need to install libraries etc.

I think you can certainly use Docker but it's kind of pointless in my opinion so I never bother.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dgilmore82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants