Hey everyone! I'm trying to figure out how to update my local images and turn them into Docker images. I have Docker set up on an Azure VM, but I'm unsure about the steps to access my local images and use them in this environment. Any help would be greatly appreciated! Thanks in advance!
2 Answers
It sounds like you're mixing up local images and Docker images. Could you provide a bit more context, like what type of images you're working with? That might help us assist you better!
You might want to check out GitHub workflows for creating containers. There's a helpful example here: https://github.com/derlocke-ng/tangpod/blob/main/.github/workflows/build-and-publish.yml. It walks you through the process, and there are also docs on how to run jobs in a container.
What kind of details should I share to clarify?