README.md aktualisiert
This commit is contained in:
parent
af0090a860
commit
09dba9ae07
1 changed files with 2 additions and 2 deletions
|
|
@ -3,13 +3,13 @@
|
|||
```sh
|
||||
podman build -t git.berger.ruhr/alwin/dev-pod .
|
||||
# or
|
||||
podman pull git.berger.ruhr/alwin/dev-pod:latest
|
||||
podman pull git.berger.ruhr/alwin/dev-pod:fret
|
||||
```
|
||||
## create the contaienr
|
||||
Point WORKDIR to whererver your repos are.
|
||||
Point FRETHOME to some other directory, which can cuntions as the home directory inside the container.
|
||||
```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
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue