How do I convert a local image to a Docker image on Azure VM?

0
6
Asked By CuriousCat42 On

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

Answered By ImageExplorer89 On

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!

CuriousCat42 -

What kind of details should I share to clarify?

Answered By TechieTom123 On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.