Skip to content

Commit b276e79

Browse files
author
Jim Crowley
committed
Fixing spelling mistakes and small grammar errors as well
1 parent a333970 commit b276e79

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contrib/Alpine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Alpine Container
2-
This container is build from the `Alpine` distribution. This container is meant to serve as a slim down minimalistic
2+
This container is built from the `Alpine` distribution. This container is meant to serve as a slim down minimalistic
33
container.
44

55
**NOTE**: If pulling from the `build` containers, make sure to pull from the `musl` container. Alpine uses `musl` instead

contrib/Debian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Debian Based Container
2-
This container is build from a `Debian` based distribution, in this case we are using `Ubuntu`.
2+
This container is built from a `Debian` based distribution, in this case we are using `Ubuntu`.
33

44
**NOTE**: If pulling from the `build` containers, make sure to pull from the `glibc` container.
55

contrib/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Community Driven Docker Examples
22
These docker containers are meant to serve as an isolated development environment. The most common use case for these
3-
containers is to run your terraform environment in a isolate container talking to a `remote` libvirt system.
3+
containers are to run your terraform environment in an isolate container talking to a `remote` libvirt system.
44

55
Please refer to the distro's `README.md` for specific instructions.
66

@@ -12,7 +12,7 @@ information and instructions.
1212

1313
**Distro Containers**
1414
- [Alpine Containers](Alpine/)
15-
- [Debian Conainers](Debian/)
15+
- [Debian Containers](Debian/)
1616
- [openSUSE Containers](openSUSE/)
1717

1818
**Build Containers**
@@ -127,7 +127,7 @@ ENTRYPOINT ["terraform"]
127127
With this Dockerfile built, you now need to swap the `FROM hashicorp/terraform:$TERRAFORM_VERSION AS terraform` with
128128
your images name and tag.
129129

130-
**Note**: Even if you get the terraform binary built for your respective architecture, you might need to built other
130+
**Note**: Even if you get the terraform binary built for your respective architecture, you might need to build other
131131
providers you utilize in your terraform files. As the default providers are not built for unsupported architectures.
132132

133133
### Tips and Tricks

0 commit comments

Comments
 (0)