Слияние кода завершено, страница обновится автоматически
{
"root": [
{
"name": "builder",
"tip": [
"Manage builds."
],
"next": [
{
"name": "build",
"tip": [
"Build an image from a Dockerfile."
]
},
{
"name": "prune",
"tip": [
"Remove build cache."
]
}
]
},
{
"name": "checkpoint",
"tip": [
"Manage checkpoints."
],
"next": [
{
"name": "create",
"tip": [
"Create a checkpoint from a running container."
]
},
{
"name": "ls",
"tip": [
"List checkpoints for a container."
]
},
{
"name": "rm",
"tip": [
"Remove a checkpoint."
]
}
]
},
{
"name": "compose",
"tip": [
"Docker Compose."
],
"next": [
{
"name": "alpha",
"tip": [
"Experimental commands."
]
},
{
"name": "build",
"tip": [
"Build or rebuild services."
]
},
{
"name": "config",
"tip": [
"Parse, resolve and render compose file in canonical format."
]
},
{
"name": "cp",
"tip": [
"Copy files/folders between a service container and the local filesystem."
]
},
{
"name": "create",
"tip": [
"Creates containers for a service."
]
},
{
"name": "down",
"tip": [
"Stop and remove containers, networks."
]
},
{
"name": "events",
"tip": [
"Receive real time events from containers."
]
},
{
"name": "exec",
"tip": [
"Execute a command in a running container."
]
},
{
"name": "images",
"tip": [
"List images used by the created containers."
]
},
{
"name": "kill",
"tip": [
"Force stop service containers."
]
},
{
"name": "logs",
"tip": [
"View output from containers."
]
},
{
"name": "ls",
"tip": [
"List running compose projects."
]
},
{
"name": "pause",
"tip": [
"Pause services."
]
},
{
"name": "port",
"tip": [
"Print the public port for a port binding."
]
},
{
"name": "ps",
"tip": [
"List containers."
]
},
{
"name": "pull",
"tip": [
"Pull service images."
]
},
{
"name": "push",
"tip": [
"Push service images."
]
},
{
"name": "restart",
"tip": [
"Restart service containers."
]
},
{
"name": "rm",
"tip": [
"Removes stopped service containers."
]
},
{
"name": "run",
"tip": [
"Run a one-off command on a service."
]
},
{
"name": "start",
"tip": [
"Start services."
]
},
{
"name": "stop",
"tip": [
"Stop services."
]
},
{
"name": "top",
"tip": [
"Display the running processes."
]
},
{
"name": "unpause",
"tip": [
"Unpause services."
]
},
{
"name": "up",
"tip": [
"Create and start containers."
]
},
{
"name": "version",
"tip": [
"Show the Docker Compose version information."
]
},
{
"name": "wait",
"tip": [
"Block until the first service container stops."
]
}
]
},
{
"name": "config",
"tip": [
"Manage Docker configs."
],
"next": [
{
"name": "create",
"tip": [
"Create a config from a file or STDIN."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more configs."
]
},
{
"name": "ls",
"tip": [
"List configs."
]
},
{
"name": "rm",
"tip": [
"Remove one or more configs."
]
}
]
},
{
"name": "container",
"tip": [
"Manage containers."
],
"next": [
{
"name": "attach",
"tip": [
"Attach local standard input, output, and error streams to a running container."
]
},
{
"name": "commit",
"tip": [
"Create a new image from a container's changes."
]
},
{
"name": "cp",
"tip": [
"Copy files/folders between a container and the local filesystem."
]
},
{
"name": "create",
"tip": [
"Create a new container."
]
},
{
"name": "diff",
"tip": [
"Inspect changes to files or directories on a container's filesystem."
]
},
{
"name": "exec",
"tip": [
"Execute a command in a running container."
]
},
{
"name": "export",
"tip": [
"Export a container's filesystem as a tar archive."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more containers."
]
},
{
"name": "kill",
"tip": [
"Kill one or more running containers."
]
},
{
"name": "logs",
"tip": [
"Fetch the logs of a container."
]
},
{
"name": "ls",
"tip": [
"List containers."
]
},
{
"name": "pause",
"tip": [
"Pause all processes within one or more containers."
]
},
{
"name": "port",
"tip": [
"List port mappings or a specific mapping for the container."
]
},
{
"name": "prune",
"tip": [
"Remove all stopped containers."
]
},
{
"name": "rename",
"tip": [
"Rename a container."
]
},
{
"name": "restart",
"tip": [
"Restart one or more containers."
]
},
{
"name": "rm",
"tip": [
"Remove one or more containers."
]
},
{
"name": "run",
"tip": [
"Create and run a new container from an image."
]
},
{
"name": "start",
"tip": [
"Start one or more stopped containers."
]
},
{
"name": "stats",
"tip": [
"Display a live stream of container(s) resource usage statistics."
]
},
{
"name": "stop",
"tip": [
"Stop one or more running containers."
]
},
{
"name": "top",
"tip": [
"Display the running processes of a container."
]
},
{
"name": "unpause",
"tip": [
"Unpause all processes within one or more containers."
]
},
{
"name": "update",
"tip": [
"Update configuration of one or more containers."
]
},
{
"name": "wait",
"tip": [
"Block until one or more containers stop, then print their exit codes."
]
}
]
},
{
"name": "context",
"tip": [
"Manage contexts."
],
"next": [
{
"name": "create",
"tip": [
"Create a context."
]
},
{
"name": "export",
"tip": [
"Export a context to a tar archive."
]
},
{
"name": "import",
"tip": [
"Import a context from a tar or zip file."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more contexts."
]
},
{
"name": "ls",
"tip": [
"List contexts."
]
},
{
"name": "rm",
"tip": [
"Remove one or more contexts."
]
},
{
"name": "show",
"tip": [
"Print the name of the current context."
]
},
{
"name": "update",
"tip": [
"Update a context."
]
},
{
"name": "use",
"tip": [
"Set the current docker context."
]
}
]
},
{
"name": "image",
"tip": [
"Manage images."
],
"next": [
{
"name": "build",
"tip": [
"Build an image from a Dockerfile."
]
},
{
"name": "history",
"tip": [
"Show the history of an image."
]
},
{
"name": "import",
"tip": [
"Import the contents from a tarball to create a filesystem image."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more images."
]
},
{
"name": "load",
"tip": [
"Load an image from a tar archive or STDIN."
]
},
{
"name": "ls",
"tip": [
"List images."
]
},
{
"name": "prune",
"tip": [
"Remove unused images."
]
},
{
"name": "pull",
"tip": [
"Download an image from a registry."
]
},
{
"name": "push",
"tip": [
"Upload an image to a registry."
]
},
{
"name": "rm",
"tip": [
"Remove one or more images."
]
},
{
"name": "save",
"tip": [
"Save one or more images to a tar archive (streamed to STDOUT by default)."
]
},
{
"name": "tag",
"tip": [
"Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE."
]
}
]
},
{
"name": "manifest",
"tip": [
"Manage Docker image manifests and manifest lists."
],
"next": [
{
"name": "annotate",
"tip": [
"Add additional information to a local image manifest."
]
},
{
"name": "create",
"tip": [
"Create a local manifest list for annotating and pushing to a registry."
]
},
{
"name": "inspect",
"tip": [
"Display an image manifest, or manifest list."
]
},
{
"name": "push",
"tip": [
"Push a manifest list to a repository."
]
},
{
"name": "rm",
"tip": [
"Delete one or more manifest lists from local storage."
]
}
]
},
{
"name": "network",
"tip": [
"Manage networks."
],
"next": [
{
"name": "connect",
"tip": [
"Connect a container to a network."
]
},
{
"name": "create",
"tip": [
"Create a network."
]
},
{
"name": "disconnect",
"tip": [
"Disconnect a container from a network."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more networks."
]
},
{
"name": "ls",
"tip": [
"List networks."
]
},
{
"name": "prune",
"tip": [
"Remove all unused networks."
]
},
{
"name": "rm",
"tip": [
"Remove one or more networks."
]
}
]
},
{
"name": "node",
"tip": [
"Manage Swarm nodes."
],
"next": [
{
"name": "demote",
"tip": [
"Demote one or more nodes from manager in the swarm."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more nodes."
]
},
{
"name": "ls",
"tip": [
"List nodes in the swarm."
]
},
{
"name": "promote",
"tip": [
"Promote one or more nodes to manager in the swarm."
]
},
{
"name": "ps",
"tip": [
"List tasks running on one or more nodes, defaults to current node."
]
},
{
"name": "rm",
"tip": [
"Remove one or more nodes from the swarm."
]
},
{
"name": "update",
"tip": [
"Update a node."
]
}
]
},
{
"name": "plugin",
"tip": [
"Manage plugins."
],
"next": [
{
"name": "create",
"tip": [
"Create a plugin from a rootfs and configuration."
]
},
{
"name": "disable",
"tip": [
"Disable a plugin."
]
},
{
"name": "enable",
"tip": [
"Enable a plugin."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more plugins."
]
},
{
"name": "install",
"tip": [
"Install a plugin."
]
},
{
"name": "ls",
"tip": [
"List plugins."
]
},
{
"name": "push",
"tip": [
"Push a plugin to a registry."
]
},
{
"name": "rm",
"tip": [
"Remove one or more plugins."
]
},
{
"name": "set",
"tip": [
"Change settings for a plugin."
]
},
{
"name": "upgrade",
"tip": [
"Upgrade an existing plugin."
]
}
]
},
{
"name": "secret",
"tip": [
"Manage Swarm secrets."
],
"next": [
{
"name": "create",
"tip": [
"Create a secret from a file or STDIN as content."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more secrets."
]
},
{
"name": "ls",
"tip": [
"List secrets."
]
},
{
"name": "rm",
"tip": [
"Remove one or more secrets."
]
}
]
},
{
"name": "service",
"tip": [
"Manage Swarm services."
],
"next": [
{
"name": "create",
"tip": [
"Create a new service."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more services."
]
},
{
"name": "logs",
"tip": [
"Fetch the logs of a service or task."
]
},
{
"name": "ls",
"tip": [
"List services."
]
},
{
"name": "ps",
"tip": [
"List the tasks of one or more services."
]
},
{
"name": "rm",
"tip": [
"Remove one or more services."
]
},
{
"name": "rollback",
"tip": [
"Revert changes to a service's configuration."
]
},
{
"name": "scale",
"tip": [
"Scale one or multiple replicated services."
]
},
{
"name": "update",
"tip": [
"Update a service."
]
}
]
},
{
"name": "stack",
"tip": [
"Manage Docker stacks."
],
"next": [
{
"name": "config",
"tip": [
"Outputs the final config file, after doing merges and interpolations"
]
},
{
"name": "deploy",
"tip": [
"Deploy a new stack or update an existing stack"
]
},
{
"name": "ls",
"tip": [
"List stacks"
]
},
{
"name": "ps",
"tip": [
"List the tasks in the stack"
]
},
{
"name": "rm",
"tip": [
"Remove one or more stacks"
]
},
{
"name": "services",
"tip": [
"List the services in the stack"
]
}
]
},
{
"name": "swarm",
"tip": [
"Manage Swarm."
],
"next": [
{
"name": "ca",
"tip": [
"Display and rotate the root CA"
]
},
{
"name": "init",
"tip": [
"Initialize a swarm"
]
},
{
"name": "join",
"tip": [
"Join a swarm as a node and/or manager"
]
},
{
"name": "join-token",
"tip": [
"Manage join tokens"
]
},
{
"name": "leave",
"tip": [
"Leave the swarm"
]
},
{
"name": "unlock",
"tip": [
"Unlock swarm"
]
},
{
"name": "unlock-key",
"tip": [
"Manage the unlock key"
]
},
{
"name": "update",
"tip": [
"Update the swarm"
]
}
]
},
{
"name": "system",
"tip": [
"Manage Docker."
],
"next": [
{
"name": "df",
"tip": [
"Show docker disk usage"
]
},
{
"name": "events",
"tip": [
"Get real time events from the server"
]
},
{
"name": "info",
"tip": [
"Display system-wide information"
]
},
{
"name": "prune",
"tip": [
"Remove unused data"
]
}
]
},
{
"name": "trust",
"tip": [
"Manage trust on Docker images."
],
"next": [
{
"name": "key",
"tip": [
"Manage keys for signing Docker images"
]
},
{
"name": "inspect",
"tip": [
"Return low-level information about keys and signatures"
]
},
{
"name": "revoke",
"tip": [
"Remove trust for an image"
]
},
{
"name": "sign",
"tip": [
"Sign an image"
]
},
{
"name": "signer",
"tip": [
"Manage entities who can sign Docker images"
]
}
]
},
{
"name": "volume",
"tip": [
"Manage volumes."
],
"next": [
{
"name": "create",
"tip": [
"Create a volume"
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more volumes"
]
},
{
"name": "ls",
"tip": [
"List volumes"
]
},
{
"name": "prune",
"tip": [
"Remove all unused local volumes"
]
},
{
"name": "rm",
"tip": [
"Remove one or more volumes"
]
},
{
"name": "update",
"tip": [
"Update a volume (cluster volumes only)"
]
}
]
},
{
"name": "build",
"tip": [
"Build an image from a Dockerfile"
]
},
{
"name": "exec",
"tip": [
"Execute a command in a running container"
]
},
{
"name": "images",
"tip": [
"List images"
]
},
{
"name": "info",
"tip": [
"Display system-wide information"
]
},
{
"name": "login",
"tip": [
"Log in to a registry"
]
},
{
"name": "logout",
"tip": [
"Log out from a registry"
]
},
{
"name": "ps",
"tip": [
"List containers"
]
},
{
"name": "pull",
"tip": [
"Download an image from a registry"
]
},
{
"name": "push",
"tip": [
"Upload an image to a registry"
]
},
{
"name": "run",
"tip": [
"Create and run a new container from an image"
]
},
{
"name": "search",
"tip": [
"Search Docker Hub for images"
]
},
{
"name": "version",
"tip": [
"Show the Docker version information"
]
},
{
"name": "attach",
"tip": [
"Attach local standard input, output, and error streams to a running container"
]
},
{
"name": "commit",
"tip": [
"Create a new image from a container's changes"
]
},
{
"name": "cp",
"tip": [
"Copy files/folders between a container and the local filesystem"
]
},
{
"name": "create",
"tip": [
"Create a new container"
]
},
{
"name": "diff",
"tip": [
"Inspect changes to files or directories on a container's filesystem"
]
},
{
"name": "events",
"tip": [
"Get real time events from the server"
]
},
{
"name": "export",
"tip": [
"Export a container's filesystem as a tar archive"
]
},
{
"name": "history",
"tip": [
"Show the history of an image"
]
},
{
"name": "import",
"tip": [
"Import the contents from a tarball to create a filesystem image"
]
},
{
"name": "inspect",
"tip": [
"Return low-level information on Docker objects"
]
},
{
"name": "kill",
"tip": [
"Kill one or more running containers"
]
},
{
"name": "load",
"tip": [
"Load an image from a tar archive or STDIN"
]
},
{
"name": "logs",
"tip": [
"Fetch the logs of a container"
]
},
{
"name": "pause",
"tip": [
"Pause all processes within one or more containers"
]
},
{
"name": "port",
"tip": [
"List port mappings or a specific mapping for the container"
]
},
{
"name": "rename",
"tip": [
"Rename a container"
]
},
{
"name": "restart",
"tip": [
"Restart one or more containers"
]
},
{
"name": "rm",
"tip": [
"Remove one or more containers"
]
},
{
"name": "rmi",
"tip": [
"Remove one or more containers"
]
},
{
"name": "save",
"tip": [
"Save one or more images to a tar archive (streamed to STDOUT by default)"
]
},
{
"name": "start",
"tip": [
"Start one or more stopped containers"
]
},
{
"name": "stats",
"tip": [
"Display a live stream of container(s) resource usage statistics"
]
},
{
"name": "stop",
"tip": [
"Stop one or more running containers"
]
},
{
"name": "tag",
"tip": [
"Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE"
]
},
{
"name": "top",
"tip": [
"Display the running processes of a container"
]
},
{
"name": "unpause",
"tip": [
"Unpause all processes within one or more containers"
]
},
{
"name": "update",
"tip": [
"Update configuration of one or more containers"
]
},
{
"name": "wait",
"tip": [
"Block until one or more containers stop, then print their exit codes"
]
}
],
"common_options": [
{
"name": "-h",
"alias": [
"--help"
],
"tip": [
"U: -h|--help\n",
"Show help."
]
}
],
"info": {
"completion_info": {
"url": "https://www.docker.com",
"description": [
"docker - Container Application Development."
]
}
}
}
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )