update README (deps, adduser, ubuntu20.04)
This commit is contained in:
parent
8b08aab4e7
commit
548bbdf503
15
README.md
15
README.md
@ -29,20 +29,29 @@ Quick HOWTO
|
|||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Installation is only tested on Debian 10, even though it should work
|
Installation has been tested on:
|
||||||
straightforward on any equivalent system.
|
|
||||||
|
* Debian 10 (buster)
|
||||||
|
* Ubuntu 20.04 (Focal)
|
||||||
|
|
||||||
|
However it should work straightforward on any equivalent system.
|
||||||
|
|
||||||
### Docker Install
|
### Docker Install
|
||||||
|
|
||||||
sudo apt install docker
|
sudo apt install docker
|
||||||
|
sudo systemctl enable --now docker
|
||||||
|
|
||||||
Check that your user is part of `docker` group:
|
Check that your are member of `docker` group:
|
||||||
|
|
||||||
sudo adduser <user> docker
|
sudo adduser <user> docker
|
||||||
|
|
||||||
If needed, you need to logout and login again for the new group to
|
If needed, you need to logout and login again for the new group to
|
||||||
become active.
|
become active.
|
||||||
|
|
||||||
|
### Python Dependencies
|
||||||
|
|
||||||
|
sudo apt install python3-docker python3-dockerpty python3-xdg
|
||||||
|
|
||||||
### manual install
|
### manual install
|
||||||
|
|
||||||
cd <tools>
|
cd <tools>
|
||||||
|
Loading…
Reference in New Issue
Block a user