Skip to content

Commit 031d14a

Browse files
Added --rm flags to docker compose commands in README
1 parent bf0883e commit 031d14a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ The container requires access to the host machines network *and* elevated user r
159159
For building franky and its wheels, we provide another Docker container that can also be launched using docker-compose:
160160

161161
```bash
162-
docker compose build
163-
docker compose run franky-build run-tests # To run the tests
164-
docker compose run franky-build build-wheels # To build wheels for all supported python versions
162+
docker compose build franky-build
163+
docker compose run --rm franky-build run-tests # To run the tests
164+
docker compose run --rm franky-build build-wheels # To build wheels for all supported python versions
165165
```
166166

167167
```bash

0 commit comments

Comments
 (0)