Docker repo test with a simple hello world
Go to file
2023-10-31 17:33:32 +01:00
Dockerfile php v 2023-10-31 17:33:32 +01:00
index.php commit 2023-10-31 11:15:13 +01:00
Makefile make file 2023-10-31 17:26:06 +01:00
Readme.md make file 2023-10-31 17:26:06 +01:00

Docker testing

docker build -t php-hell-oworld . # build
docker run php-hell-oworld        # run
docker rmi -f php-hell-oworld     # clean
make build # build -t php-hell-oworld .
make run   # docker run php-hell-oworld
make clean # docker rmi -f php-hell-oworld