Skip to content

tpaz1/c-init_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

c-init tutorial

In this tutorial I've created a Deployment Spec that creates a simple nginx application with a volume of type EmptyDir and an init container (containers that run before the main container runs with your containerized application).

The init container's role is to clone a git repository to our EmptyDir volume before each time our main container starts.

The outcome is that whenever a new container starts, it will start with the most recent committed repo mounted in its filesystem.

In the following lab we will use:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages