docker container name/link
Closed this issue · 0 comments
alpamps commented
Subject
[Documentation] for documentation errors.
Describe the bug
In the flow tutorial in here, the command to pull and run the docker container is:
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22-builder
This container does not exist and should be replaced with
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
or similar
Expected Behavior
pull and run the container
Environment
see above
To Reproduce
hit docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22-builder
Relevant log output
Unable to find image 'openroad/flow-ubuntu22-builder:latest' locally
docker: Error response from daemon: pull access denied for openroad/flow-ubuntu22-builder, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Screenshots
No response
Additional Context
No response