From the course: Docker Essential Training
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Docker best practices - Docker Tutorial
From the course: Docker Essential Training
Docker best practices
- [Instructor] Docker is awesome. In my experience, it has made writing software for multiple systems and platforms a breeze. I hope that you enjoyed learning all about Docker and how to use it. Now that you're ready to move your apps to Docker, there are three best practices I always recommend considering. First, always use verified images from Docker Hub or from a private registry. You're probably going to be downloading a bunch of images from a registry, whether that's Docker Hub or a private registry. While this is very flexible and makes using Docker very easy, it is also very easy to download images that cause harm to your systems or business. This is especially true if you're using these images as a base for creating your own images. There are many examples of developers getting hacked or having their credentials stolen from using malicious Docker images. Trend Micro reported an interesting example of this in…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.