diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-07 12:27:26 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-07 12:27:26 +0000 |
commit | a9dc6fc60661479bf7961e8198dcdd2746abdacc (patch) | |
tree | e85e88d0aef457d7173d89b2336be9e179fe7c39 /site | |
parent | 456a4c6b6e2d1e506816be64dfc7cb36ca0c822a (diff) |
rephrase dockerfile description
Diffstat (limited to 'site')
-rw-r--r-- | site/contrib.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/contrib.gmi b/site/contrib.gmi index c9515e7..b79a155 100644 --- a/site/contrib.gmi +++ b/site/contrib.gmi @@ -6,7 +6,7 @@ This directory is for additional contributed files which may be useful. => TREE/contrib/Dockerfile contrib/Dockerfile -A sample Dockerfile. The resulting image is a classic alpine linux image with a statically linked gmid installed as /bin/gmid. Build the image with: +A sample Dockerfile that builds an alpine linux-based image with a statically linked gmid installed as /bin/gmid. To build the image: ```instructions to build the image # docker build -f contrib/Dockerfile -t gmid . |