Packer
https://gyazo.com/34d2ac56f36bd0895178571bd9d27c09
Packer by HashiCorp
Packer lets you create identical machine images for multiple platforms from a single source configuration. A common use case is creating golden images for organizations to use in cloud infrastructure.
マシンイメージの自動生成/管理を行なうコマンドライン(CLI)ツールである。
Dockerイメージの実行方法
code:bash
docker run -it \
--mount type=bind,source=$(pwd)/pkr,target=/mnt/pkr \
hashicorp/packer:latest build /mnt/pkr/main.json
Reference
マシン・イメージを自動構築し、作業効率を高めるPacker入門 | Think IT(シンクイット)
オープンソースの運用管理・運用自動化 / Packerとは
10分で理解するPacker