- Docker on Windows
- Elton Stoneman
- 78字
- 2021-07-02 12:47:54
Running a container from an image
The docker container run command creates a container from an image and starts the application inside the container. It's actually equivalent to running two separate commands, docker container create and docker container start, which shows that containers can have different states. You can create a container without starting it, and you can pause, stop, and restart running containers. Containers can be in different states, and you can use them in different ways.
推薦閱讀
- Mastering vRealize Operations Manager(Second Edition)
- Windows Vista基礎與應用精品教程
- Mobile-first Bootstrap
- Persistence in PHP with the Doctrine ORM
- vSphere Virtual Machine Management
- 新手易學:系統安裝與重裝
- Ganglia系統監控
- Microsoft Operations Management Suite Cookbook
- AWS Development Essentials
- NetDevOps入門與實踐
- ElasticSearch Cookbook
- Hadoop Real-World Solutions Cookbook
- 嵌入式微系統
- 鴻蒙HarmonyOS應用開發入門
- Linux系統管理初學者指南:基于CentOS 7.6