nautobot / nautobot-lab

All-in-one Docker container that allows a user to explore Nautobot in a lab environment.
Apache License 2.0
41 stars 13 forks source link

Dockerfile does not match best practices #1

Closed nniehoff closed 3 years ago

nniehoff commented 3 years ago

This docker image does not match the official docker best practices, specifically https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#decouple-applications by running multiple applications in a single container. It should be explicitly clear this image is NOT intended for production use.