Open links in new tab
  1. How to get a list of images on docker registry v2 - Stack Overflow

    Jul 6, 2015 · I'm using docker registry v1 and I'm interested in migrating to the newer version, v2. But I need some way to get a list of images present on registry; for example with registry v1 I …

  2. go - golang crane SDK's Push return unauthorized error when …

    Oct 3, 2022 · I'm trying to replace all my cmd.Exec () function calls with the golang SDK for crane and docker. I want to push an image to a remote registry so I logged in to that registry with …

  3. What is idempotency in HTTP methods? - Stack Overflow

    Jul 10, 2017 · Non-idempotent (PUT,POST,DELETE) methods change the data which is used to populate content in the web pages or effect change elsewhere (such as moving a crane, …

  4. Convert a string to datetime in PowerShell - Stack Overflow

    I am using PowerShell to try and convert a string to a datetime. It should be easy, right? I am getting the string from a CSV import, and it comes in the format of Jul-16. I have tried multiple …

  5. How to execute a stored procedure within C# program

    I want to execute this stored procedure from a C# program. I have written the following stored procedure in a SqlServer query window and saved it as stored1: use master go create …

  6. How can I copy multiple cells from one notebook to another at …

    Oct 9, 2020 · Thanks for the tips. I tried and found the way not to merge: Press esc key (command mode, the area will turn to blue), 2) use shift+up/down to choose (all turn to blue …

  7. Displaying Windows command prompt output and redirecting it …

    Apr 28, 2009 · What if i am using a command line utility and want to redirect the output to a file in the exact same format as displayed on screen i used youtube-dl to extract links and could …

  8. How can I list all tags for a Docker image on a remote registry?

    Apr 7, 2017 · How can I list all tags of a Docker image on a remote Docker registry using the CLI (preferred) or curl? Preferably without pulling all versions from the remote registry. I just want …

  9. git - Retrieve a single file from a repository - Stack Overflow

    What is the most efficient mechanism (in respect to data transferred and disk space used) to get the contents of a single file from a remote git repository? So far I've managed to come up with: git

  10. Copy docker image between repositories - Stack Overflow

    Apr 23, 2018 · I have 2 private docker repositories. Is any way how can I copy one image from one repository to the second one?