icinga2-container/Makefile

8 lines
94 B
Makefile

all: run
build:
docker build -t monitoring .
run: build
docker run --rm -ti monitoring sh