... | ... | @@ -20,7 +20,7 @@ Most recent DevEnv6 version can be referenced using **obs.hq.eso.org/elt/devenv/ |
|
|
|
|
|
To run the current DevEnv 5 in a container you can simply run `podman run --rm -ti quay.io/eso/devenv:5`. The :5 means it will use the latest DevEnv 5, the -ti makes it run on the current terminal and not in the background and the --rm removes the container instance when the container is stopped.
|
|
|
|
|
|
For DevEnv6, please run `podman run -ti obs.hq.eso.org/elt/devenv/6/containers/eltdev:6.0.0-pre2`.
|
|
|
For DevEnv6, please run `podman run -ti obs.hq.eso.org/elt/devenv/6/containers/eltdev:latest`.
|
|
|
|
|
|
|
|
|
# Custom Podman Image
|
... | ... | |