- Docker on Windows
- Elton Stoneman
- 78字
- 2021-07-02 19:53:18
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.
推薦閱讀
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- JavaScript+jQuery開發實戰
- 面向STEM的Scratch創新課程
- Python零基礎快樂學習之旅(K12實戰訓練)
- aelf區塊鏈應用架構指南
- Java程序設計與實踐教程(第2版)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- AMP:Building Accelerated Mobile Pages
- Mastering Unreal Engine 4.X
- Monitoring Docker
- Java面向對象程序設計教程
- Manage Your SAP Projects with SAP Activate
- 第五空間戰略:大國間的網絡博弈
- R語言與網站分析
- Scala實用指南