$ docker build -t foo/bar:0.1 .
$ docker run -i -t foo/bar:0.1 /bin/bash
$ docker run -it -p 8080:80 brnbp/php:latest /bin/bash -v path/host/dir:path/container/dir
this Dockerfile contains:
Content type
Image
Digest
Size
445.4 MB
Last updated
over 10 years ago
docker pull brnbp/php