You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/19 10:02:59 UTC

[GitHub] [camel-k] TeslaCN edited a comment on issue #1357: How can I modify registries in buildah container?

TeslaCN edited a comment on issue #1357: How can I modify registries in buildah container?
URL: https://github.com/apache/camel-k/issues/1357#issuecomment-601089521
 
 
   @astefanutti Thanks for your reply.
   
   I deploy the Registry with the following command and I can execute `docker push` normally.
   ```
   docker run -d -p 5000:5000 --restart always --name registry registry:2
   ```
   I think this way does not require authentication.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services