> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/misc/spawning-a-ubuntu-16.04-container.md).

# Spawning a Ubuntu 16.04 Container

### Starting the container:

```
systemd-nspawn -M lazy
```

{% hint style="info" %}
lazy is the machine name in this case
{% endhint %}

### Transfer files from Kali to container

Put files in `/var/lib/machines/lazy/root`

Link: <https://github.com/X0RW3LL/XenSpawn>
