mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Fix network option missing type (#929)
This commit is contained in:
parent
e0ccb8fecc
commit
1b5584a71d
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ export extern "docker container create" [
|
|||
--memory-swappiness: int #Tune container memory swappiness (0 to 100) (default -1)
|
||||
--mount: string #Attach a filesystem mount to the container
|
||||
--name: string #Assign a name to the container
|
||||
--network #Connect a container to a network
|
||||
--network: string #Connect a container to a network
|
||||
--network-alias: string #Add network-scoped alias for the container
|
||||
--no-healthcheck #Disable any container-specified HEALTHCHECK
|
||||
--oom-kill-disable #Disable OOM Killer
|
||||
|
@ -595,4 +595,4 @@ export alias "docker push" = docker image push
|
|||
export alias "docker save" = docker image save
|
||||
|
||||
# Inspect changes to files or directories on a container's filesystem
|
||||
export alias "docker events" = docker system events
|
||||
export alias "docker events" = docker system events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue