Skip to content

Instantly share code, notes, and snippets.

@ollyg
Last active January 8, 2018 14:48
Show Gist options
  • Save ollyg/f9b548a437bb6f5a40f0b96e242b8b21 to your computer and use it in GitHub Desktop.
Save ollyg/f9b548a437bb6f5a40f0b96e242b8b21 to your computer and use it in GitHub Desktop.
Netdisco Docker Notes
  1. netdisco:db

    • IMAGE postgres:9.6.6-alpine

    • data volume

  2. netdisco:base

    • IMAGE debian:stable-slim

  3. netdisco:backend

    • IMAGE netdisco:base

    • config volume

    • MIBs

  4. netdisco:web

    • IMAGE netdisco:base

    • config volume

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment