From 2d56a8a08490a70fca0c6c388e60052ae480e0fe Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 1 Dec 2021 00:53:12 +0100 Subject: [PATCH] README.md: Say Containerfile, not Dockerfile Fallout from 66c49e0926d6cab59a1e339b944c190cbbec90ae https://github.com/containers/toolbox/pull/940 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e17adc..1e7e13a 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ it will refuse images that aren't tagged with `com.github.debarshiray.toolbox="true"` labels. These labels are meant to be used by the maintainer of the image to indicate that they have read this document and tested that the image works with Toolbox. You can use the -following snippet in a Dockerfile for this: +following snippet in a Containerfile for this: ```Dockerfile LABEL com.github.containers.toolbox="true" ```