docker-pull-guide/README.md

34 lines
527 B
Markdown
Raw Permalink Normal View History

# Docker Pull Guide (Fast Content Delivery)
2021-07-29 10:19:56 +07:00
- 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
```