Git Product home page Git Product logo

docker_base_pysnmp-py2's Introduction

PySNMP docker base

Base docker image for PySNMP projects

Based on alpine linux

Variables

  • SNMP_VERSION=2c — snmp version 1,2c,3

SNMP Version 1 or 2c specific

  • SNMP_COMMUNITY="public" — default community string

SNMP Version 3 specific

  • SNMP_APROTOCOL="MD5" — default authentication protocol (MD5|SHA)
  • SNMP_APASSPHRASE="pass" — default authentication protocol pass phrase
  • SNMP_SENGINE-ID="00000000" — default security engine ID (e.g. 800000020109840301)
  • SNMP_CENGINE-ID="00000000" — default context engine ID (e.g. 800000020109840301)
  • SNMP_LEVEL="noAuthNoPriv" — default security level (noAuthNoPriv|authNoPriv|authPriv)
  • SNMP_CONTEXT="backup" — default context name (e.g. bridge1)
  • SNMP_USER-NAME="backup" — default security name (e.g. bert)
  • SNMP_PPROTOCOL="DES" — default privacy protocol (DES|AES)
  • SNMP_PPASSPHRASE="pass" — default privacy protocol pass phrase
  • SNMP_BOOTS="" — default destination engine boots/time

path variables

  • MIBS_PATH — path to additional Asn1 mib modules
  • PySNMP_MIBS_PATH — path to additional PySNMP compiled mib modules
  • PYTHONPATH — path to user python modules

Volumes

  • /usr/local/bin — folder for python executables
  • /usr/local/lib/python — folder for python modules
  • /usr/local/share/snmp/mibs — folder for Asn1 mib modules
  • /usr/local/share/snmp/pysnmp_mibs — folder for PySNMP compiled mib modules

BUILD

docker build source/ --tag vkushnir/pysnmp-py2:<pysnmp version>

docker_base_pysnmp-py2's People

Contributors

vkushnir avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.