There was an error while loading. Please reload this page.
1 parent 704a1c0 commit 5b78e8bCopy full SHA for 5b78e8b
README.md
@@ -67,10 +67,10 @@ function docker-graph() {
67
-v /path/to/MoreScripts:/root/MoreScripts:ro \
68
-v /HOME/.config/powershell:/root/.config/powershell:ro \
69
ghcr.io/rakheshster/docker-powershell-msgraph:$1
70
-}```
+}
71
+```
72
73
So I can do `docker-graph 2.10.0` and it will download and put me in that. If the image doesn't exist in GHCR then it errors:
-
74
```
75
$ docker-graph 2.9.0
76
Unable to find image 'ghcr.io/rakheshster/docker-powershell-msgraph:2.9.0' locally
0 commit comments