Add docker priv registry
This commit is contained in:
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
|
||||
```
|
||||
Reference in New Issue
Block a user