From e6d6ea18e8a84b00977d0af52e4cc51d6d60fa65 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 27 Sep 2023 21:58:40 +0200 Subject: [PATCH] Use the supported quay.io/toolbx/ubuntu-toolbox:22.04 image in examples See: https://github.com/containers/toolbox/commit/a84a358b3b90dac9 https://github.com/containers/toolbox/pull/483 https://github.com/containers/toolbox/pull/1284 --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.md b/install.md index 05a12f5..4c72179 100644 --- a/install.md +++ b/install.md @@ -65,7 +65,7 @@ The following steps can be followed in order to create a custom image: 1. Create a toolbox - in this case I'm using a custom image as base ``` - $ toolbox create -i docker.io/akdev1l/ubuntu-toolbox:22.04 + $ toolbox create -i quay.io/toolbx/ubuntu-toolbox:22.04 Created container: ubuntu-toolbox-22.04 Enter with: toolbox enter ubuntu-toolbox-22.04 ```