Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasei/docker_under_the_hood_talk

Docker under the hood or how create own container
https://github.com/jasei/docker_under_the_hood_talk

container containers docker examples presentation

Last synced: 1 day ago
JSON representation

Docker under the hood or how create own container

Awesome Lists containing this project

README

        

# Docker under the hood or how create own container

this is talk with demos for show container principals

## presentation

[presentation](presentation)

## examples
1. [container_exec](./examples/01_container_exec)
2. [unshare](examples/02_unshare)
3. [image](examples/03_image)
4. [overlay](examples/04_overlay)
5. [run_container](examples/05_run_container)