About 8,060,000 results
Open links in new tab
  1. dockerhub retag existing image without creating a copy

    Sep 14, 2023 · I want to retag my existing image with a new tag without creating a new image. Following approach is not working : docker pull repo/image:1 docker pull repo/image:1 repo/image:1.0 docker …

  2. How to push a tar archive to private docker registry?

    Sep 26, 2018 · The three tools I know of for working with registries without a docker engine are crane from Google, skopeo from RedHat, and regclient from myself. The workflow that's needed is to …

  3. How to get the second word from a String? - Stack Overflow

    Jun 2, 2010 · Smith John Smith-Crane John Smith-Crane John-Henry Smith-Crane John Henry I would like to get the John The first word after the space, but it might not be until the end, it can be until a …

  4. python - ArgumentError 'SchemaItem' object, such as a 'Column' or a ...

    As Simon Crane observes in their comment, the problem here is a simple typo: a column has been defined using the function db.text like this:

  5. Is it possible to change a table engine of an existed clickhouse table ...

    Aug 9, 2021 · It's possible to change an Engine by several ways. But it's impossible to change PARTITION BY / ORDER BY. That's why it's not documented explicitly. So in 99.99999% cases it …

  6. Check if image:tag combination already exists on docker hub

    Aug 20, 2015 · As part of a bash script, I want to check if a particularly docker image:tag combination exists on docker hub. Also, it will be a private repository. i.e. the pseudocode would be like: tag = …

  7. An existing connection was forcibly closed by the remote host

    System.Net.Sockets Verbose: 0 : [8188] Socket#30180123::Send() DateTime=2010-04-07T20:49:48.6317500Z System.Net.Sockets Error: 0 : [8188] Exception in the …

  8. Delete Tags from a private docker registry - Stack Overflow

    Mar 22, 2022 · I am a new docker user, trying to learn something about docker. I have a private docker registry. Inside it I have some images (example: I1,I2,I3,I4,I5). A lot of those images have tags inside …

  9. Chrome showing "NOT SECURE" with SSL installed - Stack Overflow

    Jul 15, 2018 · If anyone could help me it would be greatly appreciated. I'm sure I'm not the only one dealing with something like this what with all the new SSL rules. wordpress ssl ssl-certificate edited …

  10. Is there a way to push changes with a GitHub action?

    Update: Please see the following question/answer for full details about how to push changes back to the remote. Push to origin from GitHub action An alternative option is create-pull-request action. It will …