Y
Hacker News
new
|
ask
|
show
|
jobs
by
JP_Watts
591 days ago
cloud-init looks great, I'll try it for new bare metal installs. How do you get it to work in Docker containers?
1 comments
thrw42A8N
591 days ago
You don't use cloudinit with Docker containers. You'd use cloudinit to set up the Docker/K8s host on EC2 or similar IaaS.
Software for Docker containers is built like this:
https://12factor.net/
link
Software for Docker containers is built like this: https://12factor.net/