Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Docker Stacks | 7,154 | 13 days ago | 22 | other | Python | |||||
Ready-to-run Docker images containing Jupyter applications | ||||||||||
Netshoot | 5,860 | 17 days ago | 20 | apache-2.0 | Shell | |||||
a Docker + Kubernetes network trouble-shooting swiss-army container | ||||||||||
X11docker | 4,642 | a month ago | 10 | mit | Shell | |||||
Run GUI applications and desktops in docker and podman containers. Focus on security. | ||||||||||
Https Portal | 4,073 | 2 months ago | 31 | mit | Ruby | |||||
A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker. | ||||||||||
Ownphotos | 2,687 | 4 months ago | 90 | mit | Jupyter Notebook | |||||
Self hosted alternative to Google Photos | ||||||||||
Pms Docker | 2,461 | 12 days ago | 4 | Shell | ||||||
Plex Media Server Docker repo, for all your PMS docker needs. | ||||||||||
Sup | 2,312 | 3 | a year ago | 7 | January 21, 2022 | 55 | mit | Go | ||
Super simple deployment tool - think of it like 'make' for a network of servers | ||||||||||
Node Docker Good Defaults | 2,161 | 2 months ago | 7 | mit | JavaScript | |||||
sample node app for Docker examples | ||||||||||
Dinghy | 2,074 | 4 years ago | 1 | August 08, 2018 | 26 | mit | Ruby | |||
faster, friendlier Docker on OS X | ||||||||||
Docker Wireguard | 1,710 | 4 days ago | 15 | gpl-3.0 | Dockerfile | |||||
Run Velocidex Velociraptor server with Docker
Ensure docker-compose is installed on the host
git clone https://github.com/weslambert/velociraptor-docker
cd velociraptor-docker
Change credential values in .env
as desired
docker-compose up
(or docker-compose up -d
for detached)
Access the Velociraptor GUI via https://<hostip>:8889
admin/admin
docker exec -it velociraptor ./velociraptor --config server.config.yaml user add user1 user1 --role administrator
Linux, Mac, and Windows binaries are located in /velociraptor/clients
, which should be mapped to the host in the ./velociraptor
directory if using docker-compose
. There should also be versions of each automatically repacked based on the server configuration.
Once started, edit server.config.yaml
in /velociraptor
, then run docker-compose down/up
for the server to reflect the changes
To pull only the Docker image:
docker pull wlambert/velociraptor