Chevron Left
Volver a Docker Essentials & Building a Containerized Web Application

Opiniones y comentarios de aprendices correspondientes a Docker Essentials & Building a Containerized Web Application por parte de Coursera Project Network

4.6
estrellas
158 calificaciones

Acerca del Curso

This is a 2-hour long project-based course and the most comprehensive one about Docker Containers. By the end of this project, you will have packaged, built, and deployed a static web application using Docker. Along the way, you will also learn the essential concepts and commands about Docker containers. Apart from demystifying the Docker landscape, it'll prepare you with hands-on experience for building and containerizing your own applications. Even if you have no prior experience with containers, this project should be all you need to: - Get started with Docker containers & related concepts. - Deep-dive to get your hands dirty with Docker command-line. - Emerge as someone who knows how to use Docker and build containerized applications. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions....

Principales reseñas

RA

29 de may. de 2021

Nice introduction and implementation examples. Although there's a little problem when installing docker. I need to apt update and upgrade first

NC

20 de jul. de 2022

Nice and short. You'll need to debug a tiny bit to make it work, but expected in the field.

Filtrar por:

1 - 25 de 33 revisiones para Docker Essentials & Building a Containerized Web Application

por Victor D R L

•

19 de sep. de 2020

This is a very good start point course. It delivers what is promoted and walks the participant through the woods, testing the commands and explaining each line. Highly recommended as your first course to learn about Dockers.

por Robert S

•

25 de oct. de 2020

"sudo apt-get install" to install docker. Good course, but fairly short.

por NICOLAS D P Z

•

10 de oct. de 2020

The course was very dinamic and like much. Thanks!

por Nadhir

•

7 de oct. de 2020

a well done guided project

por Shipra S

•

17 de oct. de 2020

Very informative.

por Adam K

•

28 de oct. de 2020

Thanks for education

por Karl S

•

6 de feb. de 2021

It is an overview but I would have liked to see a small software project in detail.

por COWARD R A

•

8 de abr. de 2021

This is an excellent, well-balanced beginner course to docker, and is far more useful and informative than some other docker beginner courses I can think of. The instructor was very clear and explained everything very well. The only minor comment I have is that he should have emphasized that the docker run command will automatically perform a pull if the image is not already loaded, so you can either pull and then run, or just directly run, and the result will be the same.

por Richard D O A

•

30 de may. de 2021

Nice introduction and implementation examples. Although there's a little problem when installing docker. I need to apt update and upgrade first

por Sam

•

1 de ene. de 2021

All topics were covered completely through learn-and-do methdology. Receive my appreciation for perfectly made guided project!

por Mateus S H

•

5 de feb. de 2021

Great course for those who have no idea of what docker is, it literally teaches the essentials

por Nicolas C

•

20 de jul. de 2022

Nice and short. You'll need to debug a tiny bit to make it work, but expected in the field.

por Shailesh S

•

20 de oct. de 2021

Great course to learn docker. Thanks Prasanjit to teach docker in very simple and easy way.

por Manimaran K

•

29 de dic. de 2022

Excellent and easy to do guided project in parallel

por Alejandro C

•

14 de ene. de 2021

Ideal course to have a first look on docker.

por Anurag S

•

25 de feb. de 2021

Very Helpful for beginners

por Ansari Y

•

1 de ene. de 2021

Simply amazing !

por Julio H S N

•

19 de ene. de 2021

Great course!

por Fernando M

•

31 de mar. de 2022

Good course.

por Amol C P

•

8 de may. de 2021

Great

por Swetasunandita N

•

6 de dic. de 2022

good

por Palaniappan A

•

6 de sep. de 2021

good

por Dmitriy

•

31 de mar. de 2021

Nice

por Gaveen R

•

2 de ene. de 2021

Good

por Douglas C

•

10 de mar. de 2023

A good start point, even though it has some outdated content. The CentOS image used is no longe mantained, but there is a simple workaround and, honestly, it was a opportunity to get hand dirtier. I don't want give the exactly answer in case you want to try to solve, but i think some guindance is good: you should add to docker file some commands to change the mirror of the OS. Good luck.