Add docker priv registry
This commit is contained in:
parent
6b54193e82
commit
5d23859c51
7
DOCKER-PRIVREGISTRY.md
Normal file
7
DOCKER-PRIVREGISTRY.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Docker Private Registry for Kubernetes
|
||||
|
||||
```shell
|
||||
kubectl create secret generic regcred \
|
||||
--from-file=.dockerconfigjson=$HOME/.docker/config.json \
|
||||
--type=kubernetes.io/dockerconfigjson
|
||||
```
|
Loading…
Reference in New Issue
Block a user