Category: Database, Ubuntu, Docker, nginx

We’ve talked a bit about where Docker fits in with the development cycle. We’ve talked about how Docker runs and what Docker runs.

Docker Compose is another command that gives a developer the opportunity to build/run multiple docker containers at any given time.

Take a look at the registry for instances that you may want to use, or instances that you may want to extend and build upon.

Plus, now that you’ve seen what Docker can do, you’ve had a chance to run some tests of your own and you’ve come up with some images that you may want to share; that is where you can pass along your learnings through Docker Hub.

Related Articles