sudo user needed for container

Signed-off-by: Fioddor Superconcentrado <fioddor@gmail.com>
This commit is contained in:
Fioddor Superconcentrado 2020-07-22 13:52:59 +00:00
parent 6dd7dcd2f8
commit 0f0f7be681

View File

@ -4,9 +4,12 @@
FreedomBox is built as part of Debian GNU/Linux. However, you don't need to
install Debian to do development for FreedomBox. FreedomBox development is
typically done on a container or a Virtual Machine. For running a container, you
need systemd containers, Git and Python. This approach is recommended. For
running a VM, you can work on any operating system that can install latest
typically done on a container or a Virtual Machine.
For running a container, you need systemd containers, Git, Python and a
sudo-enabled user. This approach is recommended.
For running a VM, you can work on any operating system that can install latest
versions of Git, Vagrant and VirtualBox.
## Using Containers