This repository has been archived on 2020-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
docker-linux-vm/Makefile

8 lines
108 B
Makefile
Raw Normal View History

2019-11-13 01:08:07 +00:00
default: build
build:
2019-11-13 04:02:24 +00:00
docker build -t sneak/docker-linux-vm .
2019-11-13 05:20:55 +00:00
run:
docker run -ti sneak/docker-linux-vm