Skip to content
New issue

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

Update README.md docker image usage #409

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jmeza-xyz
Copy link

PR updates the docker image in the README.md usage to match the Dockerfile user home directory.

Following the README

 % docker run --rm -it -v ./test.json:/root/.rancher/cli2.json rancher/cli2 catalog
FATA[0000] no configuration found, run `login`

Using the correct home dir cli image connects.

% docker run --rm -it -v ./test.json:/home/cli/.rancher/cli2.json rancher/cli2 catalog
FATA[0002] Get "https://192.168.1.216.sslip.io/v3": tls: failed to verify certificate: x509: certificate signed by unknown authority

This addresses rancher/rancher#48152

@jmeza-xyz jmeza-xyz requested a review from a team as a code owner January 7, 2025 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant