added alot of notebook and docker stuff
logstash config
This commit is contained in:
6
dockerfiles/volatility/Dockerfile
Normal file
6
dockerfiles/volatility/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM ubuntu:xenial
|
||||
LABEL maintainer="d4n6"
|
||||
WORKDIR /data
|
||||
COPY vol /usr/local/bin/volatility
|
||||
RUN chmod +x /usr/local/bin/volatility
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
Reference in New Issue
Block a user