docs icon indicating copy to clipboard operation
docs copied to clipboard

set docker-ce as a hard dependency for our packages?

Open konfib opened this issue 1 year ago • 0 comments

Hi could there be a sentence about this step?

Caveats

docker-ce We set docker-ce as a hard dependency for our packages. This means if you have docker installed a different way it is likely installing the package will fail. You may be able to get around this if your package utility allows dependency ignorance

dpkg -i --ignore-depends=docker-ce lando-stable.deb

https://docs.lando.dev/getting-started/installation.html#docker-ce

But what for e.g. it needs sudo? ...was reading somewhere some docker stuff should not used with sudo...

konfib avatar Jul 31 '23 22:07 konfib