Reverse Engineering Notes.md bearbeiten
This commit is contained in:
parent
d30dbced39
commit
3fdd439035
@ -40,6 +40,8 @@ Most variables and configs are stored in `/var/lib/docker/volumes/configurations
|
|||||||
Files can be modified with `docker cp <container-id>:/venv/... /opt/localfile/...` and back.
|
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/...`)
|
(May you need to fix permissions with `docker exec -u 0 <container-id> chown nonroot:nonroot /venv/...`)
|
||||||
|
|
||||||
|
Config-Variables are in `etc/dls/config/service_env.conf`.
|
||||||
|
|
||||||
## Dive / Docker image inspector
|
## Dive / Docker image inspector
|
||||||
|
|
||||||
- `dive dls:appliance`
|
- `dive dls:appliance`
|
||||||
|
Loading…
Reference in New Issue
Block a user