complete-c docker -A-f-n'__fish_seen_subcommand_from attach'-l no-stdin -d'Do not attach STDIN'
complete-c docker -A-f-n'__fish_seen_subcommand_from attach'-l sig-proxy -d'Proxy all received signals to the process (non-TTY mode only). SIGCHLD, SIGKILL, and SIGSTOP are not proxied.'
complete-c docker -A-f-n'__fish_seen_subcommand_from attach'-l sig-proxy -d'Proxy all received signals to the process'
complete-c docker -A-f-n'__fish_seen_subcommand_from build'-l label -d'Set metadata for an image'
complete-c docker -A-f-n'__fish_seen_subcommand_from build'-s m -l memory -d'Memory limit'
complete-c docker -A-f-n'__fish_seen_subcommand_from build'-l memory-swap -d'Swap limit equal to memory plus swap: ‘-1’ to enable unlimited swap'
complete-c docker -A-f-n'__fish_seen_subcommand_from build'-l network -d'Set the networking mode for the RUN instructions during build'
complete-c docker -A-f-n'__fish_seen_subcommand_from build'-l no-cache -d'Do not use cache when building the image'
complete-c docker -A-f-n'__fish_seen_subcommand_from build'-l pull -d'Always attempt to pull a newer version of the image'
complete-c docker -A-f-n'__fish_seen_subcommand_from build'-s q -l quiet -d'Suppress the build output and print image ID on success'
complete-c docker -A-f-n'__fish_seen_subcommand_from build'-l rm -d'Remove intermediate containers after a successful build'
complete-c docker -A-f-n'__fish_seen_subcommand_from build'-st -l tag -d'Repository name (and optionally a tag) to be applied to the resulting image in case of success'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-s a -l attach -d'Attach to STDIN, STDOUT or STDERR.'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l blkio-weight -d'Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0)'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l cpus -d'Number of CPUs'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l cpuset-cpus -d'CPUs in which to allow execution (0-3, 0,1)'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l cpuset-mems -d'MEMs in which to allow execution (0-3, 0,1)'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l device -d'Add a host device to the container (e.g. --device=/dev/sdc:/dev/xvdc:rwm)'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l device-cgroup-rule -d'Add a rule to the cgroup allowed devices list (e.g. --device-cgroup-rule="c 13:37 rwm")'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l device-cgroup-rule -d'Add a rule to the cgroup allowed devices list'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l device-read-bps -d'Limit read rate (bytes per second) from a device'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l device-read-iops -d'Limit read rate (IO per second) from a device'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l device-write-bps -d'Limit write rate (bytes per second) to a device'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l device-write-iops -d'Limit write rate (IO per second) to a device'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l dns -d'Set custom DNS servers'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l dns-opt -d"Set custom DNS options (Use --dns-opt='' if you don't wish to set options)"
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l dns-search-d"Set custom DNS search domains (Use --dns-search=. if you don't wish to set the search domain)"
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l dns-opt -d'Set DNS options'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l dns-option-d'Set DNS options'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l dns-search -d'Set custom DNS search domains'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-s e -l env -d'Set environment variables'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l entrypoint -d'Overwrite the default ENTRYPOINT of the image'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l env-file -d'Read in a line delimited file of environment variables'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l expose -d'Expose a port or a range of ports (e.g. --expose=3300-3310) from the container without publishing it to your host'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l group-add -d'Add additional groups to run as'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l health-start-period -d'Start period for the container to initialize before starting health-retries countdown (ms|s|m|h) (default 0s)'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l health-timeout -d'Maximum time to allow one check to run (ms|s|m|h) (default 0s)'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l mac-address -d'Container MAC address (e.g., 92:d0:c6:0a:29:33)'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l memory-swap-d"Total memory usage (memory + swap), set '-1' to disable swap (format: <number>[<unit>], where unit = b, k, m or g)"
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-s m -lmemory -d'Memory limit'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l tmpfs -d'Mount a tmpfs directory'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-s t -l tty -d'Allocate a pseudo-TTY'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-su -l user -d'Username or UID'
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-sv-lvolume-d'Bind mount a volume (e.g., from the host: -v /host:/container, from Docker: -v /container)'
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.