Skip to content

NahuelCoco/docker_pygnmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install Docker Engine
  2. Build docker image: docker build -t pygnmi .
  3. Modify app.py file
  4. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published