I downgraded to an older version too, by following the uninstall instruction fromthe doc(change the tab to 'mac' as I can't link the tab directly). Then you delete the docker.app from /Applications and install the old version. You will lose every container, image etc ...
version: "3.8" networks: my-net: name: my-net driver: bridge ipam: driver: default config: - subnet: 172.30.0.0/24 gateway: 172.30.0.1 services: nginx-example: image: nginx networks: my-net: ipv4_address: 172.30.0.2 This should solve your problem, just note that in general static IP ...
31 Commits assets docs: connection diagram and readme improvements Nov 14, 2021 client feat: docker setup container logging Jan 12, 2022 networkmanager feat: network route management using docker events Nov 11, 2021 version refactor: makefile variables and commands ...
==> make VERSION=v0.1.2 build-go Last 15 lines from /Users/adm-p00200518/Library/Logs/Homebrew/docker-mac-net-connect/01.make: 2024-08-19 06:51:56 +0000 make VERSION=v0.1.2 build-go fatal: not a git repository (or any of the parent directories): .git go build -ldflags "-s -...
version LICENSE Makefile README.md go.mod go.sum main.goBreadcrumbs docker-mac-net-connect/ LICENSEchipmk/docker-mac-net-connect is licensed under the MIT License A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modi...
👍 @gregnrThank you for taking the time to look at my problems,I have upgrade my docker to latest version ( 4.8.2 ) by your remaining and now it's ok Thanks for your information and for being so helpful, Really appreciate 👍
gregnrcommitted Verified 33d540c Commits on Jun 4, 2022 docs: minimum docker desktop version requirement gregnrcommitted Verified 2e79a15 Commits on Feb 11, 2022 chore: containerd v1.5.9 gregnrcommitted 59f4bdb Commits on Jan 12, 2022 feat: docker setup container logging gregnrcommitted ...