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 623cdd1 commit a705db6Copy full SHA for a705db6
README.md
@@ -69,6 +69,8 @@ Commit and push your changes, merge to master, and wait a few minutes.
69
I version SLDN by dates, so I keep the dates in the container tag, you can change `20250526` to `latest` or whatever when building locally.
70
71
```bash
72
+# To be able to pull from IBM private registry
73
+$> ibmcloud cr login --client podman
74
$> podman build . -t sldn:20250526
75
$> podman run -p 1313:1313 sldn:20250526
76
```
0 commit comments