Dockerfile Tutorial - The Basics!

Dockerfile Tutorial - The Basics!

crudsinfotech NG

54 года назад

179 Просмотров

Tutorial explaining how to build a Dockerized Web Application (not a super efficient one though) manually and then write a Docerfile syntax to achieve the same!!

Reference to the Source Code : https://github.com/rchidana/facebooc2

Тэги:

#Dockerfile #Docker_build_image #Docker_Tutorial #Build_Docker_image #Dockerfile_Tutorial #CRUDSInfotech_NG
Ссылки и html тэги не поддерживаются


Комментарии:

@mohamedyahya6901
@mohamedyahya6901 - 27.06.2024 01:57

Thank you, it is very helpful, please keep up sharing such useful contents

Ответить
@crudsinfotechng8127
@crudsinfotechng8127 - 14.02.2023 07:21

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.

Ответить