rename Dockerfile.ubuntu_22.04 -> Dockerfile.ubuntu22.04
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
80ecdf267f
commit
c8e8661050
|
|
@ -204,7 +204,7 @@ following command builds a Docker image.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd OpenSTA
|
cd OpenSTA
|
||||||
docker build --file Dockerfile.ubuntu_22.04 --tag OpenSTA .
|
docker build --file Dockerfile.ubuntu22.04 --tag OpenSTA .
|
||||||
```
|
```
|
||||||
|
|
||||||
To run a docker container using the OpenSTA image, use the -v option
|
To run a docker container using the OpenSTA image, use the -v option
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue