README.md aktualisiert

This commit is contained in:
alwin 2025-11-03 12:37:37 +00:00
parent af0090a860
commit 09dba9ae07

View file

@ -3,13 +3,13 @@
```sh ```sh
podman build -t git.berger.ruhr/alwin/dev-pod . podman build -t git.berger.ruhr/alwin/dev-pod .
# or # or
podman pull git.berger.ruhr/alwin/dev-pod:latest podman pull git.berger.ruhr/alwin/dev-pod:fret
``` ```
## create the contaienr ## create the contaienr
Point WORKDIR to whererver your repos are. Point WORKDIR to whererver your repos are.
Point FRETHOME to some other directory, which can cuntions as the home directory inside the container. Point FRETHOME to some other directory, which can cuntions as the home directory inside the container.
```sh ```sh
podman create --name fretpod -p 2222:22 -v basestore:/nix/store -v $FRETHOME:/root -v $WORKDIR:/root/WORK git.berger.ruhr/alwin/dev-pod:latest podman create --name fretpod -p 2222:22 -v basestore:/nix/store -v $FRETHOME:/root -v $WORKDIR:/root/WORK git.berger.ruhr/alwin/dev-pod:fret
``` ```
## (optinal) auto-start the container ## (optinal) auto-start the container
```sh ```sh