aboutsummaryrefslogtreecommitdiffstats
path: root/tools/docker/env
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-07-12 12:07:30 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-07-12 14:58:29 +0000
commitb9754d58c294db4bce541c127d90603c9bfe2cb0 (patch)
tree55737efc0aafc87fc76d80e2c01b7e5764126838 /tools/docker/env
parent189e93f224aa365d476b65dc5693774254b20d8a (diff)
all: remove mentions of big-env
Use just env instead of that.
Diffstat (limited to 'tools/docker/env')
-rw-r--r--tools/docker/env/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/env/Dockerfile b/tools/docker/env/Dockerfile
index 2317f8848..d7855c382 100644
--- a/tools/docker/env/Dockerfile
+++ b/tools/docker/env/Dockerfile
@@ -67,7 +67,7 @@ RUN sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/b
# ./build.sh -j72 -m amd64 -U -T ../tools -D ../dest distribution
#
# To build root image run:
-# docker run -it --rm --privileged --device /dev/loop0 gcr.io/syzkaller/big-env
+# docker run -it --rm --privileged --device /dev/loop0 gcr.io/syzkaller/env
# mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
# create-image.sh -a s390x -d buster