File: index.rst

package info (click to toggle)
cloud-init 25.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 135,894; sh: 3,883; makefile: 141; javascript: 30; xml: 22
file content (37 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. _tutorial_index:

Tutorials
*********

Our step-by-step tutorials will help you learn about cloud-init and what it can
do.

New user tutorial
=================

If you are completely new to cloud-init and would like a more thorough
introduction, we suggest starting with the
:ref:`new user tutorial <tutorial_qemu>`.

This tutorial uses the QEMU emulator to introduce you to all of the key
concepts, tools, processes and operations that you will need to use cloud-init
successfully.

Further tutorials
=================

This tutorial is recommended if you have some familiarity with cloud-init's key
concepts already. It uses LXD containers to show more of cloud-init's
capabilities.

* :ref:`Part 1: quick deployment <tutorial_lxd>`

  Here we deploy a cloud-init user-data script into a LXD container. It
  can also be used as a quick-start guide.

.. toctree::
   :maxdepth: 1
   :hidden:

   qemu.rst
   lxd.rst