GithubHelp home page GithubHelp logo

docker-gui-snmpb's Introduction

Docker Gui For snmpb

Features

  • Deploy snmpb browser in a dockerized GUI.

  • Running on Debian Buster Slim i386 with its dependencies (dpkg -I <package_name>.deb to see them).

  • Dogma may be useful for running GUIs living in Docker containers.

Prerequisites

  • Docker
  • Docker Compose
  • X11 Server for GUI

Directory Structure

snmpb/
├── Dockerfile: Defines the Docker container including the necessary dependencies.
├── docker-compose.yml: Docker Compose configuration file.
├── snmpb_0.8_i386.deb: The snmpb package.
└── logs/: It's supposed to store logs here.
└── root/: Allows for storing all changes in order to persist upon container destruction and construction
└── tmp/: It might be useful to keep.

Getting Started

  1. Clone the repository:

    git clone https://github.com/williamblair333/docker-gui-snmpb.git
    cd docker-gui-snmpbrowser
  2. Build and start the Docker container:

    docker-compose up --build
  3. Run snmpb:

    sudo xhost +  
    docker exec -it <container_name> snmpb  
    sudo xhost -  

TODO

  • Need to test if we need more volumes when adding mibs. If so, where? Run docker diff <container_id> to find out!

docker-gui-snmpb's People

Contributors

williamblair333 avatar

Watchers

 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.