Skip to main content

Docker & OCI Containers

In this workshop, you will learn the basics of Docker, containers and everything in between.

Introduction

Docker has become a standard tool for software developers and system administrators. It’s a neat way to quickly launch applications without impacting the rest of your system. You can spin up a new service with a single docker run command. Containers encapsulate everything needed to run an application, from OS package dependencies to your own source code.

docker

Workshop's material

Docker workshop [part 1]

Docker workshop [part 2]

Conclusion

Docker gives you everything you need to work with containers. It has become a key tool for software development and system administration. The principal benefits are increased isolation and portability for individual services.