Skip to content

Commit 8044f27

Browse files
committed
Fix README file.
1 parent bf12020 commit 8044f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ docker build -t aiida_cp2k_test .
5656
Then, you can launch the container:
5757

5858
```bash
59-
DOKERID=`docker run -it aiida_cp2k_test`
59+
DOKERID=`docker run -d aiida_cp2k_test`
6060
```
6161
This will remeber the container ID in the variable `DOKERID`.
6262
You can then run the tests with the following command:

0 commit comments

Comments
 (0)