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

All this workshop files are found on https://gitlab.comwork.io/comwork_public/training/docker.

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.