I want to run docker in docker. I do it in the image of golang:1.10.3 . I do it with pens.
> apt-get update > apt-get upgrade > apt-get install docker > docker I receive the message:
bash: docker: command not found
No errors fell out. Why is this happening?