- Install Docker Engine
- Build docker image: docker build -t pygnmi .
- Modify app.py file
- Execute this command: docker run -it --rm --network clab -v $(pwd):/usr/src/pygnmi/ --name pygnmi1 pygnmi python ./app.py
Note: Modify this command with the right bridge: --network clab