Skip to content

Revert "Docker build needs to load into docker. Without --load, the docker...

Revert "Docker build needs to load into docker. Without --load, the docker remains in cache and will not run. "

This reverts commit 103c4286.

--load is not a valid docker flag:

$ docker build -t perf . --load
unknown flag: --load
See 'docker build --help'.

I think the user wanted to use --no-cache, but it's not clear what the issue is.

Merge request reports