Skip to content

Commit 2609e53

Browse files
Use proper tag in docker's readme
1 parent 7a8fda2 commit 2609e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ simply replace word `docker` with `podman`.
1212
To build docker image on local machine enter the root dir of the repository and execute:
1313

1414
```sh
15-
docker build -t ur:ubuntu-22.04 -f .github/docker/ubuntu-22.04.Dockerfile .
15+
docker build -t umf:ubuntu-22.04 -f .github/docker/ubuntu-22.04.Dockerfile .
1616
```
1717

1818
To set any build time variable (e.g., an optional ARG from docker recipe), add to the command (after `build`), e.g.:
@@ -33,7 +33,7 @@ One other example of using these extra build arguments are proxy settings. They
3333
To run docker container (using the previously built image) execute:
3434

3535
```sh
36-
docker run --shm-size=4G -v /your/workspace/path/:/opt/workspace:z -w /opt/workspace/ -it ur:ubuntu-22.04 /bin/bash
36+
docker run --shm-size=4G -v /your/workspace/path/:/opt/workspace:z -w /opt/workspace/ -it umf:ubuntu-22.04 /bin/bash
3737
```
3838

3939
To set (or override) any docker environment variable, add to the command (after `run`):

0 commit comments

Comments
 (0)