Skip to content

Commit a2c657f

Browse files
committed
Fix Docker run command for Ultimate images
1 parent ca7a800 commit a2c657f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As an expected result, you should then receive the Ultimate version output from
4343

4444
If you want to run Ultimate interactively for any verification input, you can spwan a bash in a created and started Ultimate `PRODUCT` container as follows.
4545
```shell
46-
docker run -it <PRODUCT> /bin/bash
46+
docker run -it <PRODUCT>
4747
<PRODUCT> -tc <TOOLCHAIN> -s <SETTINGS> -i <PROGRAM>
4848
```
4949
Calling the Ultimate `PRODUCT` within the container then follows as usual, where a `TOOLCHAIN`, `SETTINGS`, and `PROGRAM` file should be specified for a verification run.

0 commit comments

Comments
 (0)