Skip to content

alfr1903/container-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Workshop

Containers have been popularized by Docker, Inc. and their tooling. The concepts are thus often referred to as docker things, e.g. docker files, docker images, docker containers. However, container technology is much more than just Docker.

This is a hands-on workshop where you will learn about container technology through actual use, along with some of the tooling that improves upon the experience of developing and working with containers. Any container technology tools may be used to build images and run containers, but Docker has been chosen in the examples as it likely is the most accessible for the majority of people.

Prerequisites

  • Install a container image build tool and container runtime, the simplest beeing the all-in-one solution Docker Desktop . See Docker FAQs for any questions regarding Docker Desktop. If using any other container image build tool or runtime, be sure to adapt the workshop's docker commands to fit your tools.
  • Git - as you probably want to git clone [email protected]:alfr1903/container-workshop.git
  • This is a follow-up workshop on a next/react workshop. Even though it is recommended to be familiar with the application made in that workshop, it is not a requirement for being able to complete this course.

Content

  1. Docker Desktop
  2. Run App in Container
  3. Enter Running Container

About

Docker workshop for TECH CollEdge 10.04.24

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.7%
  • JavaScript 1.3%