diff --git a/README.md b/README.md index 899bb4d..2e5c800 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,24 @@ docker compose up -d ## Dump Filestructure +Prepare output: + +```shell +mkdir /tmp/out +``` + +Show running containers: + +```shell +docker container ls +``` + +Copy directory structure (using container-id from `dls:appliance_$VERSION`) + +```shell +docker cp -a :/venv/lib /tmp/out +``` + ## Re-Tag Images and upload to this registry @@ -46,12 +64,16 @@ Show Images: docker image ls ```` +Tag Images: + ```shell docker image tag registry.git.collinwebdesigns.de/nvidia/nls/appliance:$VERSION docker image tag registry.git.collinwebdesigns.de/nvidia/nls/pgsql:$VERSION docker image tag registry.git.collinwebdesigns.de/nvidia/nls/upgrade:$VERSION ``` +Upload Images: + ```shell # Login to private registry docker login registry.git.collinwebdesigns.de