Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support to install docker extension in windows virtual machine scale sets #4788

Open
Prudhvi469 opened this issue Feb 11, 2025 · 1 comment
Labels
feature-request Requested Features Needs Attention 👋 Issues needs attention/assignee/owner

Comments

@Prudhvi469
Copy link

Is your feature request related to a problem? Please describe.

I have a self hosted windows vmss with below source image for which docker is not installed by default.

source_image_reference {
publisher = "MicrosoftWindowsServer"
offer = "WindowsServer"
sku = "2022-Datacenter"
version = "latest"
}

In order to install docker, every time I need to login to instance that was created in vmss and install it manually. If the instance was destroyed then again, I need to do the same for new instance and so on..

Describe the solution you'd like

An extension for docker in vmss

Describe alternatives you've considered

I used the custom script extension to install it through commands but that is not working because after execution of scripts, a vm instance should restart.

Additional context
Add any other context or screenshots about the feature request here.

@Prudhvi469 Prudhvi469 added the feature-request Requested Features label Feb 11, 2025
Copy link
Contributor

Action required from @aritraghosh, @julia-yin, @AllenWen-at-Azure

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs Attention 👋 Issues needs attention/assignee/owner label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Requested Features Needs Attention 👋 Issues needs attention/assignee/owner
Projects
None yet
Development

No branches or pull requests

1 participant