diff --git a/sources/tech/20180103 How to preconfigure LXD containers with cloud-init.md b/sources/tech/20180103 How to preconfigure LXD containers with cloud-init.md index ed6eacd2fb..d94b5fa2b8 100644 --- a/sources/tech/20180103 How to preconfigure LXD containers with cloud-init.md +++ b/sources/tech/20180103 How to preconfigure LXD containers with cloud-init.md @@ -1,3 +1,4 @@ +kaneg is translating. How to preconfigure LXD containers with cloud-init ====== You are creating containers and you want them to be somewhat preconfigured. For example, you want them to run automatically **apt update** as soon as they are launched. Or, get some packages pre-installed, or run a few commands. Here is how to perform this early initialization with [**cloud-init**][1] through [LXD to container images that support **cloud-init**][2].