Skip to content
Andy Postnikov edited this page Aug 21, 2018 · 1 revision

Use to build image abuild and then use Makefile

.PHONY: run

all: run

run:
	docker run --rm -it -v $(shell pwd):/mnt --network host abuild ash
Clone this wiki locally