... | ... | @@ -78,7 +78,9 @@ Only terminal development |
|
|
```sh
|
|
|
podman run --cpus 4 -m 8gb -it localhost/devenv-custom:latest
|
|
|
```
|
|
|
Remeber to limit the cpus and memory used by the container. Otherwise compilation can eat away your resources.
|
|
|
|
|
|
>> IMPORTANT!
|
|
|
Remeber to limit the cpus and memory used by the container. Otherwise compilation can eat away your resources.
|
|
|
|
|
|
GUI with X11/Wayland development
|
|
|
|
... | ... | @@ -93,7 +95,6 @@ The extra volumes and environment variables are the sockets and their paths to X |
|
|
```sh
|
|
|
podman volume create rtctk
|
|
|
```
|
|
|
|
|
|
and add the `--volume v rtctk:/root/volume` to the podman run command
|
|
|
|
|
|
Simple case, only console is available
|
... | ... | |