Who creates docker files for an application? Developers or Devops?

I am new to field of Devops . When i see the docker files for the voting application , i feel its a bit complicated and i get worried about how to understand the code and its dependencies and create the docker files further.

Hi @krsindhu1992,

Normally, DevOps will take care of creating Dockerfile, and actually, some IDE support creates projects with Dockerfile created by default (for example Visual Studio and .NET app). But IMO, knowing Docker is an essential skill set for developers nowadays.
Don’t worry if you see the Dockerfile complicated at first, you will master soon after finishing the Docker course.

Happy learning,
Trung.

Thanks :slight_smile: i will try completing the advanced docker course soon and practice more.