podman-desktop icon indicating copy to clipboard operation
podman-desktop copied to clipboard

Provide advanced options when starting a Pod

Open slemeur opened this issue 3 years ago • 0 comments

Is your enhancement related to a problem? Please describe

There are multiple options I'd like to be able to pass when I'm starting a Pod.

Describe the solution you'd like

We should have a list of parameters which could be defined in advanced options. Optionaly giving a text area where the user can pass the param would be a good start. The UI, should be giving a link to the documentation on the available params

Sample: podman create -t --pod new:lamp -p 8080:80 --init-ctr=once -v ./mydbstuff:/var/lib/mysql:Z -e MYSQL_ROOT_PASSWORD=mypass mariadb-conf sh -c "mysql_install_db -u root && (mysqld -u root &) && apt-get update && apt-get install -y curl && curl --output - -L https://github.com/baude/mysql-example/blob/main/world.sql.gz?raw=true | gunzip -cd | mysql -u root --password='${MYSQL_ROOT_PASSWORD}'" C14d30bcc6eed259236916c230c0faf64123b9855160c3895c87a77cb49df653

(from https://www.redhat.com/sysadmin/podman-play-kube-updates)

Describe alternatives you've considered

No response

Additional context

No response

slemeur avatar Sep 29 '22 11:09 slemeur