Fix typos (#19685)
This commit is contained in:
@ -9,10 +9,10 @@ Docker-Compose is a tool for defining and running multi-container Docker applica
|
||||
The steps to use docker-compose are
|
||||
|
||||
```
|
||||
1)create a Dockerfile which defines the image and can be produsable every where.
|
||||
1)create a Dockerfile which defines the image and can be producible every where.
|
||||
```
|
||||
```
|
||||
2)create a docke-compose yml file to run the services
|
||||
2)create a docker-compose yml file to run the services
|
||||
```
|
||||
```
|
||||
3)use docker-compose up to start the sevices specified in docker-compose.yml file
|
||||
|
Reference in New Issue
Block a user