简体   繁体   中英

Link images on Docker Hub

I want push my app in a docker image on docker hub, but my app needs a database. How do I automatic link my app with a database image (postgres) in docker hub?

Obs: Docker hub doesn't support docker compose.

As others have already mentioned, this isn't really the purpose of Docker Hub. Docker Hub stores and provides publicly accessible container images that developers can use to build complete applications from, using tools like Docker Compose.

However, with that in mind, you'll want to keep an eye on the new Docker Store, which is currently promising to provide full-featured applications running in Docker containers.

Here's a blog post that talks about it: https://blog.docker.com/2016/06/docker-store/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM