Docker: Usage instruction

Posted 三叁

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Docker: Usage instruction相关的知识,希望对你有一定的参考价值。

Install docker from official site, in windows.

or install docker from repo as official site told, in linux..

after installation, we run by: (windows service, linux daemon started)

docker run hello-world/centos/..

where the names can be found here.

most used args are -it, --rm, --read-only.., -p 80:80, --ip ..

docker ps -sa
# docker --help
# docker command --help

to view history docker machines.

For example, common download size of centos is 80MB, less than 0.1GB, light.

以上是关于Docker: Usage instruction的主要内容,如果未能解决你的问题,请参考以下文章

内存使用差异:docker 容器内的 cgroup memory.usage_in_bytes 与 RSS

docker installation and usage

DICOM: Instructions for installing dcm4chee-arc-light by docker(docker版dcm4chee-arc-light的安装简述)

DICOM: Instructions for installing dcm4chee-arc-light by docker(docker版dcm4chee-arc-light的安装简述)

DICOM: Instructions for installing dcm4chee-arc-light by docker(docker版dcm4chee-arc-light的安装简述)

附003.Docker Compose命令详解