Hi,
I have been searching for a way to execute a Docker run in a Powershell script, i.e. something in the lines off:
Start-Process ([docker.exe, “docker run -v … -t …”])
The purposes of putting my Docker run in a Powershell script is so I can use the Windows 10 scheduler in order for it to run my container (having a Ubunutu 18.04 base images with a bunch of bash scripts) which will perform a set of infrastructure process tasks.
Can anyone point me in the right direction of getting this done?
Sincerely,
/swepab