uTools-Manuals/index/docker.json

1 line
4.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[{ "name": "docker attach", "type": "", "path": "docker/docker attach.html", "desc": "连接到正在运行中的容器" }, { "name": "docker build", "type": "", "path": "docker/docker build.html", "desc": "命令用于使用 Dockerfile 创建镜像" }, { "name": "docker commit", "type": "", "path": "docker/docker commit.html", "desc": "从容器创建一个新的镜像" }, { "name": "docker cp", "type": "", "path": "docker/docker cp.html", "desc": "用于容器与主机之间的数据拷贝" }, { "name": "docker create", "type": "", "path": "docker/docker create.html", "desc": "创建一个新的容器但不启动它" }, { "name": "docker diff", "type": "", "path": "docker/docker diff.html", "desc": " 检查容器里文件结构的更改" }, { "name": "docker events", "type": "", "path": "docker/docker events.html", "desc": " 从服务器获取实时事件" }, { "name": "docker exec", "type": "", "path": "docker/docker exec.html", "desc": "在运行的容器中执行命令" }, { "name": "docker export", "type": "", "path": "docker/docker export.html", "desc": "将文件系统作为一个tar归档文件导出到STDOUT" }, { "name": "docker history", "type": "", "path": "docker/docker history.html", "desc": " 查看指定镜像的创建历史" }, { "name": "docker images", "type": "", "path": "docker/docker images.html", "desc": " 列出本地镜像" }, { "name": "docker import", "type": "", "path": "docker/docker import.html", "desc": " 从归档文件中创建镜像" }, { "name": "docker info", "type": "", "path": "docker/docker info.html", "desc": " 显示 Docker 系统信息,包括镜像和容器数" }, { "name": "docker inspect", "type": "", "path": "docker/docker inspect.html", "desc": " 获取容器/镜像的元数据" }, { "name": "docker kill", "type": "", "path": "docker/docker kill.html", "desc": "杀掉一个运行中的容器" }, { "name": "docker login", "type": "", "path": "docker/docker login.html", "desc": " 登陆到一个Docker镜像仓库如果未指定镜像仓库地址默认为官方仓库 Docker Hub" }, { "name": "docker logs", "type": "", "path": "docker/docker logs.html", "desc": " 获取容器的日志" }, { "name": "docker pause unpause", "type": "", "path": "docker/docker pause unpause.html", "desc": "暂停容器中所有的进程" }, { "name": "docker port", "type": "", "path": "docker/docker port.html", "desc": "列出指定的容器的端口映射或者查找将PRIVATE_PORT NAT到面向公众的端口" }, { "name": "docker ps", "type": "", "path": "docker/docker ps.html", "desc": " 列出容器" }, { "name": "docker pull", "type": "", "path": "docker/docker pull.html", "desc": " 从镜像仓库中拉取或者更新指定镜像" }, { "name": "docker push", "type": "", "path": "docker/docker push.html", "desc": " 将本地的镜像上传到镜像仓库,要先登陆到镜像仓库" }, { "name": "docker rm", "type": "", "path": "docker/docker rm.html", "desc": "删除一个或多少容器" }, { "name": "docker rmi", "type": "", "path": "docker/docker rmi.html", "desc": " 删除本地一个或多少镜像" }, { "name": "docker run", "type": "", "path": "docker/docker run.html", "desc": "创建一个新的容器并运行一个命令" }, { "name": "docker save", "type": "", "path": "docker/docker save.html", "desc": " 将指定镜像保存成 tar 归档文件" }, { "name": "docker search", "type": "", "path": "docker/docker search.html", "desc": " 从Docker Hub查找镜像" }, { "name": "docker start stop restart", "type": "", "path": "docker/docker start stop restart.html", "desc": "启动一个或多个已经被停止的容器" }, { "name": "docker tag", "type": "", "path": "docker/docker tag.html", "desc": " 标记本地镜像,将其归入某一仓库" }, { "name": "docker top", "type": "", "path": "docker/docker top.html", "desc": "查看容器中运行的进程信息,支持 ps 命令参数" }, { "name": "docker version", "type": "", "path": "docker/docker version.html", "desc": "显示 Docker 版本信息" }, { "name": "docker wait", "type": "", "path": "docker/docker wait.html", "desc": " 阻塞运行直到容器停止,然后打印出它的退出代码" } ]