run the alpine:3.10
docker run -it alpine:3.10
docker run -it node:12-stretch bash
to kill all the running containers
docker kill $(docker ps -q)
It is basically a series of instruction
that is used for building the doceker containers
build a dockerfile
reffer the link [click here ...]