Skip to content

Commit

Permalink
docs: add mtda docker and kvm instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Bhargav Das <bhargav_das@mentor.com>
  • Loading branch information
bhargav committed Feb 4, 2022
1 parent fc7ea87 commit bfaa9d9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,20 @@ You may check your installation with the ``help`` command::

$ export PATH=$HOME/.local/bin:$PATH
$ mtda-cli help

Using apt for installing mtda-docker and mtda-kvm
-------------------------------------------------

Docker and KVM may be used as virtual platforms by respectively installing the mtda-docker and mtda-kvm packages from the Apt package feeds described above.

`mtda-docker` may be installed as follows::

$ sudo apt-get install mtda-docker
$ sudo mkdir -p /etc/mtda/
$ sudo cp /usr/share/doc/mtda-docker/examples/docker.ini /etc/mtda/config

`mtda-kvm` may be installed as follows::

$ sudo apt-get install mtda-kvm
$ sudo mkdir -p /etc/mtda/
$ sudo cp /usr/share/doc/mtda-kvm/examples/qemu.ini /etc/mtda/config

0 comments on commit bfaa9d9

Please sign in to comment.