correct typos
This commit is contained in:
parent
710f25d817
commit
1cef964757
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ This repo contains a [`compose.yml`](./compose.yml) file. With such a `compose.y
|
||||||
sometimes can be named also `docker-compose.yml` we setup an application, defined by services
|
sometimes can be named also `docker-compose.yml` we setup an application, defined by services
|
||||||
|
|
||||||
```
|
```
|
||||||
# this is exampoel compose.yml content
|
# this is an example compose.yml content
|
||||||
services:
|
services:
|
||||||
a_service:
|
a_service:
|
||||||
image: name/of-container-image:tag
|
image: name/of-container-image:tag
|
||||||
|
@ -78,7 +78,7 @@ information in the `services.terraform.build.dockerfile_inline` information.
|
||||||
|
|
||||||
To now run the terraform service use:
|
To now run the terraform service use:
|
||||||
```
|
```
|
||||||
docer compose run -it terraform
|
docker compose run -it terraform
|
||||||
```
|
```
|
||||||
|
|
||||||
this will drop the user into a shell inside the container with the following utilities setup:
|
this will drop the user into a shell inside the container with the following utilities setup:
|
||||||
|
|
Loading…
Add table
Reference in a new issue