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

https://github.com/ladicle/minnano-container

「みんなのDocker/Kubernetes」のDockerfileとサンプルコード
https://github.com/ladicle/minnano-container

book docker samplecode

Last synced: 6 months ago
JSON representation

「みんなのDocker/Kubernetes」のDockerfileとサンプルコード

Awesome Lists containing this project

README

          

# サンプルコード

## ファイル構成

- hello-world :: マルチステージビルドのサンプルコード
- test-ignored-sigterm :: SIGTERMが無視されることをテストするDockerfile
- test-orphan-zombie :: 孤立したゾンビプロセスの刈り取りをテストするDockerfile
- test-sig-propagation :: シグナルの伝搬をテストするDockerfile

## Dockerイメージ at DockerHub

- [test-ignored-sigterm](https://cloud.docker.com/u/ladicle/repository/docker/ladicle/test-ignored-sigterm)
- [test-orphan-zombie](https://cloud.docker.com/u/ladicle/repository/docker/ladicle/test-orphan-zombie)
- [test-sig-propagation](https://cloud.docker.com/u/ladicle/repository/docker/ladicle/test-sig-propagation)