podman参数

安装bash-completion后退出当前用户,重新登陆即可显示提示

yum install -y bash-completion | exit

podman可执行

[root@test /]# podman 
attach       cp           exec         help         import       load         mount        port         restart      save         stop         unmount      volume       
build        create       export       history      info         login        pause        ps           rm           search       tag          unpause      wait         
commit       diff         generate     image        inspect      logout       play         pull         rmi          start        top          varlink      
container    events       healthcheck  images       kill         logs         pod          push         run          stats        umount       version  

podman:run

[root@test /]# podman run -
-a                             --cpuset-mems                  --gidmap                       --label                        --pids-limit                   --systemd
--add-host                     --cpu-shares                   --group-add                    --label-file                   --pod                          -t
--annotation                   -d                             -h                             --log-driver                   --privileged                   --tmpfs
--attach                       --detach                       --health-cmd                   --log-opt                      --publish                      --tty
--blkio-weight                 --detach-keys                  --health-interval              -m                             --publish-all                  -u
--blkio-weight-device          --device                       --health-retries               --mac-address                  --quiet                        --uidmap
--builtin-volume               --device-read-bps              --health-timeout               --memory                       --read-only                    --ulimit
-c                             --device-read-iops             --help                         --memory-reservation           --read-only-tmpfs              --user
--cap-add                      --device-write-bps             --hostname                     --memory-swap                  --rm                           --userns
--cap-drop                     --device-write-iops            --http-proxy                   --memory-swappiness            --rootfs                       --uts
--cgroup-parent                --disable-content-trust=false  -i                             --name                         --runtime                      -v
--cidfile                      --dns                          --image-volume                 --network                      --security-opt                 --volume
--conmon-pidfile               --dns-option                   --init                         --no-healthcheck               --shm-size                     --volumes-from
--cpu-period                   --dns-search                   --init-path                    --no-hosts                     --sig-proxy=false              -w
--cpu-quota                    -e                             --interactive                  --oom-kill-disable             --stop-signal                  --workdir
--cpu-rt-period                --entrypoint                   --ip                           --oom-score-adj                --stop-timeout                 
--cpu-rt-runtime               --env                          --ipc                          -p                             --subgidname                   
--cpus                         --env-file                     --kernel-memory                -P                             --subuidname                   
--cpuset-cpus                  --expose                       -l                             --pid                          --sysctl                       

发布了13 篇原创文章 · 获赞 1 · 访问量 3303

猜你喜欢

转载自blog.csdn.net/q351094752/article/details/103467997