azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

[Issue] Figure out a good alternate extension to Docker desktop

Open jongio opened this issue 2 years ago • 1 comments

Some devs won't have docker desktop, so let's figure out an alternative recommendation.

jongio avatar Jan 06 '22 21:01 jongio

@jongio can we use this issue #509 for tracking the same and close this one?

rajeshkamal5050 avatar Aug 24 '22 16:08 rajeshkamal5050

That one is about docker build only. We should figure out all the dependencies on docker and see what can be replaced by what and then decide.

jongio avatar Aug 29 '22 16:08 jongio

The most commonly used alternative is Podman, but there are others (e.g. nerdctl). There is also more and more options for building container images directly via programming language-specific build tool, e.g. dotnet just got one recently: https://devblogs.microsoft.com/dotnet/announcing-builtin-container-support-for-the-dotnet-sdk/

Ultimately we might want to tread container build as extensibility point.

karolz-ms avatar Aug 30 '22 00:08 karolz-ms