-
Notifications
You must be signed in to change notification settings - Fork 3
Development Environment
bviktor edited this page Jan 2, 2020
·
5 revisions
Install and configure all packages:
sudo ansible-playbook ansible/devenv.yml
Add the account to the docker
group:
sudo usermod -a -G docker user.name
sudo systemctl restart docker.service
The user will have to log out and log back in.
Add the account to the wireshark
group:
sudo usermod -a -G wireshark user.name
The user will have to log out and log back in.