From 1cef9647571fb2f602df297e39437f53e7a71070 Mon Sep 17 00:00:00 2001 From: Alexander Mahr Date: Fri, 13 Sep 2024 15:55:46 +0200 Subject: [PATCH] correct typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7721454..f076ac4 100644 --- a/README.md +++ b/README.md @@ -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 ``` -# this is exampoel compose.yml content +# this is an example compose.yml content services: a_service: 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: ``` -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: