Skip to content

Commit 4de19b9

Browse files
readme fix for docker image names in commands
1 parent b5437b3 commit 4de19b9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Where `u-boot-builder` is the name of the image.
111111
Then, start a Docker container based on the Image:
112112

113113
```
114-
docker run --rm -it uboot-builder-with-srcu-boot-builder bash
114+
docker run --rm -it u-boot-builder bash
115115
```
116116

117117
#### Step 4: Build u-boot in the Docker container
@@ -141,7 +141,7 @@ docker pull onion/u-boot-builder:latest
141141
Then, start a Docker container based on the Image:
142142

143143
```
144-
docker run --rm -it uboot-builder-with-srcu-boot-builder bash
144+
docker run --rm -it onion/u-boot-builder:latest bash
145145
```
146146

147147
#### Step 3: Build u-boot in the Docker container
@@ -197,4 +197,6 @@ docker buildx build \
197197
-t [IMAGE_TAG] \
198198
--load \
199199
.
200-
```
200+
```
201+
202+
The Images can now be pushed to a Docker Image registry. They are not automatically loaded for use since they are for multiple architectures.

0 commit comments

Comments
 (0)