mirror of https://github.com/docker/docs.git
Add missing bullet points
This commit is contained in:
parent
c07662486f
commit
d6bf2609b0
|
@ -54,9 +54,9 @@ container: |
|
|||
|
||||
A Docker container consists of
|
||||
|
||||
A Docker image
|
||||
Execution environment
|
||||
A standard set of instructions
|
||||
- A Docker image
|
||||
- An execution environment
|
||||
- A standard set of instructions
|
||||
|
||||
The concept is borrowed from Shipping Containers, which define a standard to ship
|
||||
goods globally. Docker defines a standard to ship software.
|
||||
|
|
Loading…
Reference in New Issue