mirror of
https://github.com/weslambert/velociraptor-docker.git
synced 2025-09-22 21:11:14 +00:00
Update to 0.4.6
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM ubuntu:18.04
|
||||
LABEL version="Velociraptor v0.4.5"
|
||||
LABEL version="Velociraptor v0.4.6"
|
||||
LABEL description="Velociraptor server in a Docker container"
|
||||
LABEL maintainer="Wes Lambert, @therealwlambert"
|
||||
ENV VERSION="0.4.5"
|
||||
ENV VERSION="0.4.6"
|
||||
COPY ./entrypoint .
|
||||
RUN chmod +x entrypoint && \
|
||||
apt-get update && \
|
||||
|
@@ -2,13 +2,12 @@ version: '2'
|
||||
services:
|
||||
velox:
|
||||
container_name: velociraptor
|
||||
image: wlambert/velociraptor
|
||||
#build:
|
||||
# context: ./
|
||||
# dockerfile: Dockerfile
|
||||
#image: wlambert/velociraptor
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ./velociraptor:/velociraptor/:rw
|
||||
#- ./entrypoint:/entrypoint:ro
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8001:8001"
|
||||
|
Reference in New Issue
Block a user