Description
Transforming the way you deploy your applications!
Docker is an open source containerization engine that offers a simple and faster way for developing and running software. Docker containers wrap software in a complete file system that contains everything it needs to run, enabling any application to be run anywhere – this flexibility and portability mean that you can run apps in the cloud, on virtual machines, or on dedicated servers.
This video course begins by introducing the basic Docker commands in Docker. You will quickly learn how to write a Docker file, build an image from it, and then launch a container from that image. You will also get your hands dirty with common Docker tasks such as pushing images to remote repositories, and using port mappings and the image caching layer during builds. Finally, you will explore how to run Docker Services and learn how it can be used to run a group of related Docker containers. We’ll also discuss some more advanced topics such as sharing data between containers.
About the Author
Viktor Farcic is a senior DevOps consultant at CloudBees, a member of the Docker Captains group, and an author. He codes using a plethora of languages starting with Pascal (yes, he is old), Basic (before it got the Visual prefix), ASP (before it got the .NET suffix), C, C++, Perl, Python, ASP.NET, Visual Basic, C#, JavaScript, Java, Scala, and so on. He has never worked with Fortran. His current favorite is Go.
Viktor's big passions are Microservices, Continuous Deployment, and Test-Driven Development (TDD). He often speaks at community gatherings and conferences. Viktor wrote Test-Driven Java Development and The DevOps 2.1 Toolkit: Docker Swarm, both by Packt Publishing.