Skip to content

Netdisco All-In-One Container For Development Purposes

Notifications You must be signed in to change notification settings

vkhitrin/netdisco-all-in-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Netdisco All-In-One Container

Disclaimer: This container is not encouraged for production usage, use it only as part of development.

Disclaimer: This container will not work on k8s deployments that forbid writing to / or /root.

Info

This container is an all-in-one deployment of Netdisco application.

An alpine container is used and a PostgreSQL database will be installed on top of it.
Database credentials:

DB name: netdisco
Username: netdisco
Password: netdisco

Netdisco binaries will be installed from CPAN.

Admin user will be created with the credentials:

Username: admin
Password: admin

SNMP community public is used by default.
In order to modify the configuration edit container_files/environments/deployment.yml file. Refer to Netdisco Documentation - Configuration.

Building

There are no special requirements for this container.

It can be built using docker/podman/buildah.

docker build . -t <IMAGE_NAME>

Usage

The container contains an init script and doesn't expect any parameter to be passed during execution.

docker run -it --rm -p 5000:5000 localhost/netdisco-all-in-one

About

Netdisco All-In-One Container For Development Purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published