Open dimaqq opened 10 months ago
> docker info Client: Docker Engine - Community Version: 24.0.7 Context: rancher-desktop Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /Users/username/.docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: 2.23.3 Path: /Users/username/.docker/cli-plugins/docker-compose WARNING: Plugin "/Users/username/.docker/cli-plugins/docker-credential-osxkeychain" is not valid: plugin candidate "credential-osxkeychain" did not match "^[a-z][a-z0-9]*$" Server: Containers: 28 ...
I'm using Rancher Desktop in "moby" mode, without k8s.
Looking at the regex, I guess only one dash is allowed in docker-foo, and docker-foo-bar is not.
docker-foo
docker-foo-bar
I'm using Rancher Desktop in "moby" mode, without k8s.
Looking at the regex, I guess only one dash is allowed in
docker-foo
, anddocker-foo-bar
is not.