File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
container.
4
4
5
5
** NOTE** : If pulling from the ` build ` containers, make sure to pull from the ` musl ` container. Alpine uses ` musl ` instead
Original file line number Diff line number Diff line change 1
1
# 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 ` .
3
3
4
4
** NOTE** : If pulling from the ` build ` containers, make sure to pull from the ` glibc ` container.
5
5
Original file line number Diff line number Diff line change 1
1
# Community Driven Docker Examples
2
2
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.
4
4
5
5
Please refer to the distro's ` README.md ` for specific instructions.
6
6
@@ -12,7 +12,7 @@ information and instructions.
12
12
13
13
** Distro Containers**
14
14
- [ Alpine Containers] ( Alpine/ )
15
- - [ Debian Conainers ] ( Debian/ )
15
+ - [ Debian Containers ] ( Debian/ )
16
16
- [ openSUSE Containers] ( openSUSE/ )
17
17
18
18
** Build Containers**
@@ -127,7 +127,7 @@ ENTRYPOINT ["terraform"]
127
127
With this Dockerfile built, you now need to swap the ` FROM hashicorp/terraform:$TERRAFORM_VERSION AS terraform ` with
128
128
your images name and tag.
129
129
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
131
131
providers you utilize in your terraform files. As the default providers are not built for unsupported architectures.
132
132
133
133
### Tips and Tricks
You can’t perform that action at this time.
0 commit comments