forked from external-repos/velociraptor-docker
Update to 0.4.6
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
FROM ubuntu:18.04
|
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 description="Velociraptor server in a Docker container"
|
||||||
LABEL maintainer="Wes Lambert, @therealwlambert"
|
LABEL maintainer="Wes Lambert, @therealwlambert"
|
||||||
ENV VERSION="0.4.5"
|
ENV VERSION="0.4.6"
|
||||||
COPY ./entrypoint .
|
COPY ./entrypoint .
|
||||||
RUN chmod +x entrypoint && \
|
RUN chmod +x entrypoint && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
@@ -2,13 +2,12 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
velox:
|
velox:
|
||||||
container_name: velociraptor
|
container_name: velociraptor
|
||||||
image: wlambert/velociraptor
|
#image: wlambert/velociraptor
|
||||||
#build:
|
build:
|
||||||
# context: ./
|
context: ./
|
||||||
# dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- ./velociraptor:/velociraptor/:rw
|
- ./velociraptor:/velociraptor/:rw
|
||||||
#- ./entrypoint:/entrypoint:ro
|
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
- "8001:8001"
|
- "8001:8001"
|
||||||
|
Reference in New Issue
Block a user