How can i start with DOCKER as a back-front end web dev

0 votes
I am in the first year of my professional career. I can't be a full-stack dev, but I am working on both back(java) and front(angular) parts.

I am hearing about docker from a long ago and it seems so interesting and a great trend to start using. So my main question is in which process I can use DOCKER, and with what features it will benefit me in the web app's life cycle?
Dec 3, 2020 in Docker by aminegac
• 570 points

recategorized Dec 4, 2020 by MD 635 views

1 answer to this question.

+1 vote
Best answer

Hi@aminegac,

For running an application you need an OS, RAM, CPU, etc. It may be in a full-stack domain, or cloud domain, or any other domain. You can say docker is a light weighted OS. You can use docker for every individual application. The first thing you need to do is configure docker in your system. After that, go to the docker hub and search your required image. For example, you need OS for python, then go to docker hub and search an image for python and use it.

If you are a beginner on docker, then you can go through the below youtube video.

https://www.youtube.com/watch?v=RSIstPUiEjY

answered Dec 4, 2020 by MD
• 95,440 points

selected Dec 5, 2020 by aminegac

@MD thank you very much , an instructive reply . now i started getting it , so it means that with docker you can create a container to each project , and deploy  each app on the container it is designed for , and the images of each techno used is there in that specific container , 

so the benefit if i understood well , is to make the app run on a container that has everything it needs which MAKES THAT APP INDEPANDANT of a lot of things(jars , ide , server and os )???

Hi@aminegac,

Yes. First, learn the basics of docker. After that, use docker according to your requirement. It will ease your work and save your time.

@MD thank you , so one last question to close this topic , does docker replace for me tomcat server and deploying each time my builds on that tomcat server ?? will it make it easier and tomcat independant?

@aminegac,

I can't get you properly. But if you are trying to use docker for tomcat server, then yes you can do it.

ok great thank you @akhtar

Related Questions In Docker

0 votes
1 answer

How do I start a Docker container with a volume?

You can first create the volume and ...READ MORE

answered Jul 2, 2019 in Docker by Namik
• 1,230 points
23,901 views
0 votes
1 answer

How can I expose more than 1 port with Docker?

To expose just one port, this is ...READ MORE

answered Jul 25, 2018 in Docker by Kalgi
• 52,360 points
549 views
0 votes
1 answer

How can I expose more than 1 port with Docker?

To expose just one port, this is ...READ MORE

answered Jul 27, 2018 in Docker by Kalgi
• 52,360 points
1,711 views
0 votes
1 answer
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,435 views
+14 votes
19 answers

How can I run a ‘docker exec’ command inside a docker container?

you can run any command in a ...READ MORE

answered Dec 10, 2018 in Docker by Pramiti
1,225,398 views
0 votes
1 answer

How can I connect a docker container to two docker networks that I have created?

Hi@akhtar, It's correct that the network argument of ...READ MORE

answered Mar 23, 2020 in Docker by MD
• 95,440 points
9,930 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP