Skip to content

Commit 9e0dbde

Browse files
committed
add info about docker-machine kill in step 3
1 parent 8f98483 commit 9e0dbde

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/image/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Once done testing, inside your `plotly.js` directory, run
5858
docker-compose stop
5959
```
6060

61+
Mac and Windows user should also kill their docker-machine (named `default`) once done testing:
62+
63+
```bash
64+
docker-machine kill default
65+
```
66+
6167
### Docker tricks
6268

6369
##### SSH into docker container

0 commit comments

Comments
 (0)