Task: Add Docker Pulling Guide for local content delivery

This commit is contained in:
Sambo Chea 2021-07-29 10:24:51 +07:00
parent 57096dee09
commit 424b6faaac

View File

@ -1,2 +1,33 @@
# docker-pull-guide
# Docker Pull Guide (Fast Content Delivery)
- Docker Proxy Main Server
```sh
Hostname: d.ctdn.net
Examlpe pulling: docker pull d.ctdn.net/$IMAGE:$TAG
```
- Pull latest CUBETIQ Alpine Linux
```sh
docker pull d.ctdn.net/cubetiq/calpine-os-linux
```
- Pull latest CUBETIQ Alpine Nodejs
```sh
docker pull d.ctdn.net/cubetiq/calpine-node
```
- Pull latest Postgres
```sh
docker pull d.ctdn.net/postgres
```
- Pull latest MySQL
```sh
docker pull d.ctdn.net/mysql
```
- Pull latest Redis
```sh
docker pull d.ctdn.net/redis
```