Skip to content

Commit

Permalink
added some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
collinwebdesigns committed Jan 3, 2023
1 parent d6cc6dc commit f1369d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Reverse Engineering Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ nvidia-gridd[2986]: License acquired successfully. (Info: license.nvidia.space,
Most variables and configs are stored in `/var/lib/docker/volumes/configurations/_data`.

Files can be modified with `docker cp <container-id>:/venv/... /opt/localfile/...` and back.
(May you need to fix permissions with `docker exec -u 0 <container-id> chown nonroot:nonroot /venv/...`)

## Dive / Docker image inspector

Expand Down

0 comments on commit f1369d5

Please sign in to comment.