-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refer to jfrog container instead of docker hub (Daml Shell image) #773
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should provide a link for the reader to find the relevant release notes but other than that this is good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes, aside from that looks good.
@@ -50,11 +50,11 @@ Running Daml Shell | |||
================== | |||
|
|||
You can run Daml Shell from a ``jar`` artifact or from a ``Docker`` | |||
image. See the Release Notes for download instructions. | |||
image. See the Release Notes for download instructions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like Carrie, I'm not sure what release notes refers to here, a link would be useful - I don't see any download instructions on the Github releases if that's where it's supposed to link to?
|
||
.. code-block:: sh | ||
|
||
docker run -it --net host docker.io/digitalasset/daml-shell:<version-tag> # change --net host if desired | ||
docker run -it --net host digitalasset-docker.jfrog.io/daml-shell:<version-tag> # change --net host if desired |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An example URL for a specific tag would be useful - it's not obvious where the user should type daml-shell:v0.1.4 or daml-shell:0.1.4 here.
|
||
.. code-block:: sh | ||
|
||
docker run -it --net host docker.io/digitalasset/daml-shell:<version-tag> # change --net host if desired | ||
docker run -it --net host digitalasset-docker.jfrog.io/daml-shell:<version-tag> # change --net host if desired |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't test the command here actually works - my docker credentials + my artifactory credentials are presumably not sufficient. It would likely be good to add a sub-section on what an authentication failure looks like and how to remedy it, since the error I get:
docker: Error response from daemon: Head "https://digitalasset-docker.jfrog.io/v2/daml-shell/manifests/v0.1.4": unknown: Authentication is required.
is not terribly informative
527857f
to
889ae3c
Compare
No description provided.