... | ... | @@ -99,7 +99,7 @@ and add the `--volume v rtctk:/root/volume` to the podman run command |
|
|
Simple case, only console is available
|
|
|
|
|
|
```sh
|
|
|
podman run --cpus 4 -m 8gb --volume v rtctk:/root/volume --ipc host -it localhost/devenv-custom:latest
|
|
|
podman run --cpus 4 -m 8gb --volume v rtctk:/root/volume -it localhost/devenv-custom:latest
|
|
|
```
|
|
|
|
|
|
GUI is available
|
... | ... | |