I have created a project that runs the “Run a Docker Container” step.
It is using SSH to a Linux server. I had it working, but then I switched it to a tenanted deploy and now I am getting an error that it was not able to download the docker container.
22:38:21 Error | NotSpecified: You will need docker installed and running to pull docker images
22:38:21 Error | At C:\Octopus\Tentacle\Work\20200905223814-1253-5\Bootstrap.Octopus.DockerPull.ps1:962 char:2
22:38:21 Error | + . '.\Octopus.DockerPull.ps1'
22:38:21 Error | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22:38:21 Error | at <ScriptBlock>, C:\Octopus\Tentacle\Work\20200905223814-1253-5\Octopus.DockerPull.ps1: line 30
22:38:21 Error | at <ScriptBlock>, C:\Octopus\Tentacle\Work\20200905223814-1253-5\Bootstrap.Octopus.DockerPull.ps1: line 962
22:38:21 Error | at <ScriptBlock>, <No file>: line 1
22:38:21 Error | at <ScriptBlock>, <No file>: line 1
22:38:21 Error | Failed to download package MYPRIVATE/DOCKERREPO v1087 from feed: 'https://index.docker.io'
22:38:21 Error | Unable to pull Docker image
22:38:21 Verbose | Process C:\windows\system32\WindowsPowershell\v1.0\PowerShell.exe in C:\Octopus\Tentacle\Work\20200905223814-1253-5 exited with code 1
22:38:21 Verbose | Exit code: 1
|
| == Skipped: Step 1: Run a Docker Container ==
22:38:21 Info | Step "Run a Docker Container" runs only when all previous steps succeeded; skipping
I have Docker fully running on the server. It worked before, and the version of my docker repo does exist. Not sure where to go from here with that error?