Тэги:
#Dockerfile #Docker_build_image #Docker_Tutorial #Build_Docker_image #Dockerfile_Tutorial #CRUDSInfotech_NGКомментарии:
Thank you, it is very helpful, please keep up sharing such useful contents
ОтветитьNote: A correction in the video - roughly at 9minutes, while launching the fb container:
>docker run -itd --name fb -p <outside-world>:<container-port> ubuntu bash
The container-port SHOULD be 8080 (since the source code is programmed that way), while the outside-world port can be any available port on the docker machine.
Apologies for this oversight.