We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e9280 commit b14a197Copy full SHA for b14a197
README.md
@@ -16,6 +16,11 @@ And there are already many projects that are simply not available anymore on Doc
16
17
Well I thought why not crafting a simple and small `hello-world` image and publish it to GitHub Container Registry?!
18
19
+__TLDR;__ Simply run it with:
20
+
21
+```shell
22
+docker run ghcr.io/jonashackt/hello-world:latest
23
+```
24
25
### A simple Go executable
26
0 commit comments