We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker info
> 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: