Skip to content

Commit

Permalink
Use $HOME .docker/config.json
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Lovison <[email protected]>
  • Loading branch information
diegolovison authored Nov 18, 2024
1 parent e68b616 commit c45d9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export KUBECONFIG=/tmp/kubeflow-config
docker login

kubectl create secret generic regcred \
--from-file=.dockerconfigjson=/home/to/.docker/config.json \
--from-file=.dockerconfigjson=$HOME/.docker/config.json \
--type=kubernetes.io/dockerconfigjson
```

Expand Down

0 comments on commit c45d9b5

Please sign in to comment.