Skip to content
GitLab
Explore
Sign in
Admin message
A maintenance window for GitLab is scheduled on Tuesday, September 15th, from 08:00 to 12:00.
Changes
Page history
Update ELT Containers on Podman
authored
Oct 25, 2023
by
Arturo Hoffstadt
Show whitespace changes
Inline
Side-by-side
ELT-Containers-on-Podman.md
View page @
89ac8af7
...
...
@@ -78,6 +78,7 @@ 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.
GUI with X11/Wayland development
...
...