This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docker [2021/10/15 13:12] jdx |
docker [2021/10/15 13:14] jdx [Run a Node 14 image locally, and mount the current folder] |
||
---|---|---|---|
Line 59: | Line 59: | ||
===== Run a Node 14 image locally, and mount the current folder ===== | ===== Run a Node 14 image locally, and mount the current folder ===== | ||
< | < | ||
- | docker run -it --name node14 node: | + | docker run -it -v ~/ |
</ | </ | ||