diff --git a/custom-completions/docker/docker-completions.nu b/custom-completions/docker/docker-completions.nu index bafae2a..a2d043b 100644 --- a/custom-completions/docker/docker-completions.nu +++ b/custom-completions/docker/docker-completions.nu @@ -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 \ No newline at end of file +export alias "docker events" = docker system events