Skip to content
GitLab
Explore
Sign in
Admin message
A maintenance window for GitLab is scheduled on Wednesday, September 16th, from 08:00 to 12:00.
Changes
Page history
Update ELT Containers on Podman
authored
Oct 25, 2023
by
Arturo Hoffstadt
Hide whitespace changes
Inline
Side-by-side
ELT-Containers-on-Podman.md
View page @
2be1a1d7
...
...
@@ -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
...
...