Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D1768
Change Details
Change Details
Old
New
Diff
Deploy the container: ```name=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: ```name=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 ```
Deploy the container: ```name=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: ```name=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 ```
Deploy the container: ```name=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: ```name=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 ```
Continue