Skip to content

Commit 21e8264

Browse files
committed
[readme] Make docker container only temporary
1 parent 106b589 commit 21e8264

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
@@ -11,7 +11,7 @@ sudo docker build -t ev3dev-lang-java:jdk9-build -f build/Dockerfile.scripts bu
1111
```
1212
3. Run the newly prepared container. We recommend mounting a host directory to the the `/build` directory in the container. At least 2 GB of free space will be needed.
1313
```
14-
sudo docker run -it -v <path on host, where the sources should be stored>:/build ev3dev-lang-java:jdk9-build
14+
sudo docker run --rm -it -v <path on host, where the sources should be stored>:/build ev3dev-lang-java:jdk9-build
1515
```
1616
4. Let's fetch the OpenJDK sources:
1717
```

0 commit comments

Comments
 (0)