From 561f9a1f6f8652a8fa50569697eacdb0622ae831 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 13 Jul 2020 15:12:49 +0200 Subject: docs: add instructions on updating syz-env --- docs/contributing.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/contributing.md b/docs/contributing.md index fae689f6e..82453f790 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -110,3 +110,9 @@ Or other commands/scripts, e.g.: syz-env go test -short ./pkg/csource ``` Or you may run the shell inside of the container with just `syz-env` and look around. + +To update `syz-env` container to the latest version do: + +``` bash +docker pull gcr.io/syzkaller/env +``` -- cgit mrf-deployment