Skip to content

Commit bfb45ba

Browse files
authored
Merge pull request #3674 from ajay18434/update-docker-cmd
Update ORFS verify installation docker cmd
2 parents e3465b1 + 33d202a commit bfb45ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user/BuildWithDocker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can restrict the number of CPUs with the `-t|--threads N` argument:
7777
The binaries are only available from inside a Docker container. Here is an example of starting a container from the created Docker image.
7878

7979
``` shell
80-
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
80+
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/orfs
8181
```
8282

8383
Then, inside docker:
@@ -116,7 +116,7 @@ docker run --rm -it \
116116
-v ${HOME}/.Xauthority:/.Xauthority \
117117
--network host \
118118
--security-opt seccomp=unconfined \
119-
openroad/flow-$OS_NAME-builder
119+
openroad/orfs
120120
```
121121

122122
Running GUI with Docker on Mac OS X users, refer [here](https://cntnr.io/running-guis-with-docker-on-mac-os-x-a14df6a76efc).

0 commit comments

Comments
 (0)