Question: How to fetch from Docker hub from inside a Machine executor

I have setup a config to run my builds inside a VM machine executor, although I’d like to also try to run a docker container inside this VM, and fetch an existing image from docker hub.

Although when I say Docker pull it expects me to have a docker login and password provided, is it possible to override this in the VM environment?

Hello @neomatrix369,

Could you include your config and any screenshots? You should be able to docker pull any public image without the need for a login. Which image are you attempting to pull?

I have got around this issue, thanks!