Skip to content

Commit

Permalink
Fix local experiment docs to use gcr.io/fuzzbench registry. (google#782)
Browse files Browse the repository at this point in the history
* Fix local experiment docs to use gcr.io/fuzzbench registry.

Right now, custom registry e.g. local-server:5000 don't work
due to missing dispatcher-image instructions and missing support
in make. For now, just recommend using gcr.io/fuzzbench, this
still keeps images locally.

* Add FIXME.
  • Loading branch information
inferno-chromium authored Sep 29, 2020
1 parent 8e64eef commit 1c23942
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/running-a-local-experiment/running_a_local_experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ trials: 5
# 1 day = 24 * 60 * 60 = 86400
max_total_time: 86400

# The location of your docker registry.
docker_registry: lab-server:5000
# The location of the docker registry.
# FIXME: Support custom docker registry.
# See https://github.com/google/fuzzbench/issues/777
docker_registry: gcr.io/fuzzbench

# The local experiment folder that will store most of the experiment data.
# Please use an absolute path.
Expand Down

0 comments on commit 1c23942

Please sign in to comment.