Skip to content

issue with verify installation of docker installation #3673

@ajay18434

Description

@ajay18434

Subject

[Documentation] for documentation errors.

Describe the bug

If I try to use https://openroad-flow-scripts.readthedocs.io/en/latest/user/BuildWithDocker.html#verify-installation verify installation as per docker installation, it fails with following error

~/ORFS/OpenROAD-flow-scripts$ docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
Unable to find image 'openroad/flow-ubuntu22.04-builder:latest' locally
docker: Error response from daemon: pull access denied for openroad/flow-ubuntu22.04-builder, repository does not exist or may require 'docker login'

Expected Behavior

fix the ORFS docker launch command as follows

docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/orfs

Environment

latest commit checked

To Reproduce

docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder run this with docker installation

Relevant log output

Screenshots

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions