issues
search
google
/
picatrix
Picatrix is a library designed to help security analysts in a notebook environment, such as colab or jupyter.
Apache License 2.0
48
stars
17
forks
source link
Docker file changes
#30
Closed
kiddinn
closed
3 years ago
kiddinn
commented
3 years ago
Changing the docker config:
Token is now set to a pre-configured value
Jupyter config is now defined in a configuration file
Dockerfile uses ENTRYPOINT instead of a CMD, so that the execution can't be overwritten (Best practices)
Documentation updated
The starting directory is now inside the data directory, instead of inside the container (making it impossible to save data in the container)
Changing the docker config: