degica / kaiser

Commandline Gem that allows you to work with web apps better
https://tech.degica.com/kaiser/
MIT License
12 stars 1 forks source link

use updated dockerdns #101

Closed davidsiaw closed 3 months ago

davidsiaw commented 3 months ago

Upstream dockerdns was using a very old version of the docker-py libraries that could not handle some of the weirder shit docker does. This fixes that.

To test this you need to update to the latest docker (26 and above)

just kaiser up any project.

degikko commented 3 months ago

@sikachu can you help us review this PR, please?