mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-03 19:06:07 +00:00
Reverse Engineering Notes.md bearbeiten
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user