Skip to content

Quick Development Environments for various #netbox plugins

Notifications You must be signed in to change notification settings

cruse1977/plugin-dev-environments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

plugin-dev-environments

Purpose

Script to generate docker environments to provide editable (or not) plugin development environments

  • selectable netbox version
  • optional netbox-branching installation
  • git or pip install of selected plugin

Requirements

  • docker compose
  • venv

Usage

cd build-environment/
./run-builder.sh

Then follow inbuilt instructions.

Tip:

if you ever need to remove all docker images/volumes (warning, danger, etc)

#!/bin/bash

docker system prune -f
docker volume list | awk '{print $2}' | xargs docker volume rm 

About

Quick Development Environments for various #netbox plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published