mirror of
https://github.com/lukstep/raspberry-pi-pico-docker-sdk.git
synced 2025-12-22 18:45:56 +03:00
Fix container launch commands
This commit is contained in:
@@ -3,9 +3,7 @@
|
|||||||
## Run Docker container
|
## Run Docker container
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ./docker
|
docker build ./docker --tag pico-sdk
|
||||||
|
|
||||||
docker build . --tag pico-sdk
|
|
||||||
|
|
||||||
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD},target=/home/dev pico-sdk
|
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD},target=/home/dev pico-sdk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user