tristanbrown / devnet

A docker network hosting development infrastructure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devnet

A docker network for hosting development infrastructure.

Install

Coming soon

Dev Notes

Port-forwarding formats: - "host:container" - "container" (randomly generates the host value in "host:container") - Use expose: - "container" to document a port accessible in the container,

but not on the host.
  • Container ports are accessible within Docker networks by default.

About

A docker network hosting development infrastructure.

License:MIT License


Languages

Language:Dockerfile 74.5%Language:Makefile 25.5%