Fed up with theoretical Docker tutorials? 🙄 🐳

TechWorld with Nana - Jan 22 '20 - - Dev Community

Once you've learnt the basic concepts, it's important to see how Docker is actually used in practice or in real world development so to say.

So, if you are already fed up with theoretical Docker 🐳 tutorials about basic concepts and commands, I have created a more hands-on, practical guide of how to actually apply these concepts.

Docker Workflow

The "Docker in Practice" video series covers the whole workflow with Docker:

  • Development
  • Continuous delivery (Build the App and create the Docker image)
  • Deployment

So in each of these videos one part of the workflow is shown:

  1. Develop an application with Docker: Building a simple Javascript application with Node.js and MongoDB using Docker.
  2. Docker Compose: Learn what Docker Compose is, why it's useful and how to use it.
  3. Build an image out of the Dockerfile
  4. Create Private AWS Repo and push to it: You will learn about private docker registry. How to create a private repository on AWS ECR, how to push your built image to it and about the image naming concepts in registries in general.
  5. Deploy your containerized application with Docker Compose

In the first video you can get already an overview of how to work with Docker from development to deployment.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player