Skip to content

Commit 23e9280

Browse files
committed
Add all screenshots to docs. Also added repo linking results.
1 parent c5ec64d commit 23e9280

8 files changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@ To link our image to our GitHub repository (this isn't done automatically since
157157
LABEL org.opencontainers.image.source="https://github.com/jonashackt/docker-hello-world"
158158
```
159159

160+
With this label the image package gets automatically linked to our repository:
161+
162+
![image-package-linked-to-repository-by-label](screenshots/image-package-linked-to-repository-by-label.png)
163+
164+
And also the image becomes visible on our repositories main page:
165+
166+
![repo-main-page-package-shown](screenshots/repo-main-page-package-shown.png)
167+
160168

161169
#### Make your image publicly accessible
162170

@@ -170,4 +178,10 @@ Now click on the image published (which looks the same as a normal GH package) a
170178

171179
![package-settings-visibility-public](screenshots/package-settings-visibility-public.png)
172180

181+
We should finally be able to pull and run our image! Just run:
173182

183+
```shell
184+
docker pull ghcr.io/jonashackt/hello-world:latest
185+
186+
docker run ghcr.io/jonashackt/hello-world:latest
187+
```

screenshots/github-create-pat.png

368 KB
Loading
196 KB
Loading
417 KB
Loading
358 KB
Loading
322 KB
Loading
463 KB
Loading
397 KB
Loading

0 commit comments

Comments
 (0)