madcrinkle
madcrinkle
``` % docker inspect test [ { "Name": "test", "Id": "9061d0c818abb467e9021e6b8fcba1fb6a1f7504f58fda25982b7dfc598d6a18", "Created": "2023-09-25T14:22:22.798163165+03:00", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": {}, "Config": [ { "Subnet": "172.19.0.0/16",...
I understood correctly that I need to try running Docker with the latest version? ``` % docker run --privileged -d -v "$(pwd)/test-mac-address":/app docker:latest Unable to find image 'docker:latest' locally latest:...