Ref T1434
Details
Details
- Reviewers
dereckson - Maniphest Tasks
- T1434: Deploy a private registry
- Commits
- rOPSffa45bd84a97: Deploy Docker registry
Deploy the container:
Salt master
$ salt equatower state.apply roles/paas-docker/docker/containers/registry
Push images based on the DevCentral and Cachet containers to the local registry:
Equatower
$ docker commit devcentral localhost:5000/devcentral:2018-09-18 $ docker commit cachet localhost:5000/cachet:2018-09-18 $ docker push localhost:5000/devcentral:2018-09-18 $ docker push localhost:5000/cachet:2018-09-18
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Not Applicable - Unit
Tests Not Applicable