mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
api: Fix typo
Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
parent
42eb0ecc35
commit
318e8c6e8b
@ -85,7 +85,7 @@ type Port struct {
|
|||||||
type ContainerConfig struct {
|
type ContainerConfig struct {
|
||||||
// ID uniquely identifies the container
|
// ID uniquely identifies the container
|
||||||
ID string
|
ID string
|
||||||
// Image specifies the iamge reference used for a container
|
// Image specifies the image reference used for a container
|
||||||
Image string
|
Image string
|
||||||
// Command are the arguments passed to the container's entrypoint
|
// Command are the arguments passed to the container's entrypoint
|
||||||
Command []string
|
Command []string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user