You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
I am trying to provision image for VM using Packer.
I install Docker during Packer run.
I want to switch daemon to windows and I get the error bellow.
I check in my code that Docker is installed and is running prior to switch to windows daemon. Both checks successful.
Description
I am trying to provision image for VM using Packer.
I install Docker during Packer run.
I want to switch daemon to windows and I get the error bellow.
I check in my code that Docker is installed and is running prior to switch to windows daemon. Both checks successful.
Steps to reproduce the issue:
This is how I check that Docker is running:
This is code that I execute to switch to windows Docker daemon:
Error that I got after trying to switch to windows Docker daemon:
Expected behavior:
Successfully switch to windows docker daemon.
Thank you!
The text was updated successfully, but these errors were encountered: