Skip to content

Commit 3f539ee

Browse files
committed
Updated docker command
1 parent 24c2ce6 commit 3f539ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/BuildWithDocker.md

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

7373
``` shell
74-
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
74+
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/orfs
7575
```
7676

7777
Then, inside docker:
@@ -109,7 +109,7 @@ docker run --rm -it \
109109
-v ${HOME}/.Xauthority:/.Xauthority \
110110
--network host \
111111
--security-opt seccomp=unconfined \
112-
openroad/flow-$OS_NAME-builder
112+
openroad/orfs
113113
```
114114

115115
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)