...
<p><em>Thank you for using nginx.</em></p>
</body>
</html>
3- build an image ( don't forget the . see below!!!! )
docker images
docker build -t mynginx:v1 .
docker images
3- create a docker
...
...
<p><em>Thank you for using nginx.</em></p>
</body>
</html>
docker images
docker build -t mynginx:v1 .
docker images
...