- 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.
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Photoshop智能手機APP UI設計之道
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Functional Kotlin
- 組態軟件技術與應用
- 軟件項目管理實用教程
- RubyMotion iOS Develoment Essentials
- App Inventor 2 Essentials
- Android應用開發實戰(第2版)
- Hands-On Robotics Programming with C++
- 快樂編程:青少年思維訓練
- Blender 3D Cookbook
- Java EE互聯網輕量級框架整合開發:SSM+Redis+Spring微服務(上下冊)
- PHP程序設計高級教程
- SQL Server 2012數據庫管理與開發(慕課版)