Skip to content

Commit 992f57c

Browse files
authored
Bug-fix: cd into mounted volume in docker container (#1423)
1 parent 0be505b commit 992f57c

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building

1 file changed

+2
-2
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ git config --global user.name "Your Name"
9999
Change to the home directory, and initialize the repository using **repo**:
100100

101101
```
102-
cd ~
102+
cd /dockerVolume
103103
repo init -u https://github.com/arduino/lmp-manifest.git -m arduino.xml -b release
104104
```
105105

@@ -236,4 +236,4 @@ Please follow the [Flashing tutorial](image-flashing) to flash your device with
236236

237237
## Troubleshooting
238238

239-
- If you are having `do_fetch` issues, try to check your system's and virtual machine's DNS settings.
239+
- If you are having `do_fetch` issues, try to check your system's and virtual machine's DNS settings.

0 commit comments

Comments
 (0)