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
Try to replace docker desktop by lima for local dev with nomad
I am using lima docker-rootful template
I am trying to run a docker image and bind to my host ip :
➜ docker run --rm -p192.168.1.120:28033:80 nginx # dockerd on lima complains
docker: Error response from daemon: driver failed programming external connectivity on endpoint magical_jemison (87d8617ca846be705c03b628c90a8bc2aba45378d4c494badc48b6f3ed3c6070): Error starting userland proxy: listen tcp4 192.168.1.120:28033: bind: cannot assign requested address.
I am trying to do that to dev with a Nomad scheduler on my mac m1 (I have no control over the docker command, dockerd communication is managed by a nomad built-in plugin).
Surprisingly, this works with docker desktop on mac :
➜ docker run --rm -p192.168.1.120:28033:80 nginx # docker desktop does not complain...
How can I "trick" dockerd in lima into thinking that it can bind to my host ip ?
Thanks @afbjorklund gave lima another try tonight, it seems like it does not work :
I created a file in $HOME/.lima/_config/override.yaml with this content :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Try to replace docker desktop by lima for local dev with nomad
I am using lima docker-rootful template
I am trying to run a docker image and bind to my host ip :
I am trying to do that to dev with a Nomad scheduler on my mac m1 (I have no control over the docker command, dockerd communication is managed by a nomad built-in plugin).
Surprisingly, this works with docker desktop on mac :
How can I "trick" dockerd in lima into thinking that it can bind to my host ip ?
Beta Was this translation helpful? Give feedback.
All reactions