mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Remove references and checks for --gpus
No way to test this unless running on a nvidia platform. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -14,7 +14,6 @@ declare -a hidden=(
|
||||
"docker -D" # Hidden
|
||||
"docker -H" # Hidden
|
||||
|
||||
"docker .* --gpus" # Not likely to be implemented
|
||||
"docker .* --isolation" # Only for Windows containers
|
||||
"docker .* --kernel-memory" # CGroupsV1 only, present but hidden
|
||||
"docker .* --link" # Deprecated in docker
|
||||
|
Reference in New Issue
Block a user