Skip to content

Commit e0faf13

Browse files
authored
Fixed README. (#677)
1 parent c6aaa3d commit e0faf13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ See the main [README.md](https://github.com/pyansys/mapdl/blob/master/README.md)
120120
In the command:
121121

122122
```
123-
IMAGE=docker.pkg.github.com/pyansys/mapdl/mapdl_grpc:$VERSION
123+
IMAGE=docker.pkg.github.com/pyansys/mapdl/mapdl:$VERSION
124124
docker run -e ANSYSLMD_LICENSE_FILE=$LICENSE_SERVER -p 50052:50052 $IMAGE -smp
125125
```
126126

@@ -136,7 +136,7 @@ number of processors (up to the number available on the host machine)
136136
with the `-np` switch. For example:
137137

138138
```
139-
IMAGE=docker.pkg.github.com/pyansys/mapdl/mapdl_grpc:$VERSION
139+
IMAGE=docker.pkg.github.com/pyansys/mapdl/mapdl:$VERSION
140140
docker run -e ANSYSLMD_LICENSE_FILE=$LICENSE_SERVER -p 50052:50052 $IMAGE -smp -np 4
141141
```
142142

0 commit comments

Comments
 (0)