Docker challenge
Copy a container image from one repository to another the pro way
sudo apt update && sudo apt install -y skopeo
Copy the Image Using skopeo: You can use skopeo copy to move the image directly from the source to the destination registry.
# Set the...
squid.hashnode.dev2 min read