Most asked docker commands to Java Developer | Interview Questions | Experienced | Code Decode

  Рет қаралды 13,177

Code Decode

Code Decode

Күн бұрын

In this video of code decode we have explained most asked docker commands Interview questions for freshers and freshers
Udemy Course of Code Decode on Microservice k8s AWS CICD link:
openinapp.co/u...
Course Description Video :
yt.openinapp.c...
Docker Commands Cheatsheet for Java Developer
How to check for Docker Client and Docker Server version
docker version
How do you get the number of containers running, paused and stopped?
docker info
You can get the number of containers running, paused, stopped, the number of images and a lot more.
How to build a Dockerfile?
docker build path to docker file
Once you’ve worked with an image, how do you push it to docker hub?
docker push username/image name
How to pull an image from docker hub onto your local system
docker pull image_name
How do you create a docker container from an image?
docker run -it -d image_name
-d means the container needs to start in the detached mode. Logs will not be seen in command prompt rather it will run in background like daemon thread
The -it (--interactive + --tty ) options tells Docker to keep the standard input attached to the terminal and starts the container in the interactive mode.
How do you list all the running containers
docker ps
docker ps -a - show all the running and exited containers
Suppose you have 3 containers running and out of these, you wish to access one of them. How do you access a running container?
docker exec -it container id bash
The following command lets us access a running container
How to debug / see logs of our Docker containers.
docker logs container_id
How to start, stop and kill a container?
docker start container_id
docker stop container_id
docker kill container_id
docker rm container id - delete a stopped container:
How to delete an image from the local storage system?
docker rmi image-id
lists all the locally stored docker images
docker images
How to know the details of the list of networks in the cluster
docker network ls
Most Asked Core Java Interview Questions and Answers: • Core Java frequently a...
Advance Java Interview Questions and Answers: • Advance Java Interview...
Java 8 Interview Questions and Answers: • Java 8 Interview Quest...
Hibernate Interview Questions and Answers:
• Hibernate Interview Qu...
Spring Boot Interview Questions and Answers:
• Advance Java Interview...
Angular Playlist: • Angular Course Introdu...
SQL Playlist: • SQL Interview Question...
GIT: • GIT
Subscriber and Follow Code Decode
Subscriber Code Decode: www.youtube.co...
LinkedIn : / codedecodeyoutube
Instagram: / codedecode25
#docker #dockerinterviewquestions #codedecode

Пікірлер: 45
@aakashsonkusare69
@aakashsonkusare69 Жыл бұрын
What makes this video more insightfull is your way o showing it side by side in terminal, thank you!
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Aakash 🙂👍🙂
@gopssweety
@gopssweety Жыл бұрын
As usual awesome helpful video 👏. Please continue creating other docker commands videos. Thanks!
@CodeDecode
@CodeDecode Жыл бұрын
Sure 😊👍
@charumathimanoharan7287
@charumathimanoharan7287 Жыл бұрын
You are doing an amazing job.Please provide video on advanced topic of concurrency and handling multithreading in microservices and interview questions related to that
@Anushaaa_
@Anushaaa_ Жыл бұрын
Recently came across this channel, going through videos one by one,really great knowledge,thanks for sharing your knowledge,may i know your years of experience?
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Anushak 👍 we all are working it professionals with different experiences mostly all > 8 years exp
@Anushaaa_
@Anushaaa_ Жыл бұрын
@@CodeDecode okay, thank you 👍
@Neha-il3xi
@Neha-il3xi 4 ай бұрын
please mam create next part as well💗lots of love n respect🙏
@QuirkyTruths
@QuirkyTruths Жыл бұрын
How many years of experience you have in java?
@jaideepsongare144
@jaideepsongare144 7 ай бұрын
Thanks for the Video tutorial..!!
@CodeDecode
@CodeDecode 7 ай бұрын
You're welcome!
@rohanjaiswal1283
@rohanjaiswal1283 11 ай бұрын
Please continue creating other docker videos. Thanks
@anandahirkar2207
@anandahirkar2207 Жыл бұрын
nice video maam i like 😍🥰🤩
@CodeDecode
@CodeDecode Жыл бұрын
Thanks 😊👍
@pranawkaushal2932
@pranawkaushal2932 Жыл бұрын
Hi Ma'am Very good explanation. Please make some video on Spring WebFlux interview questions. This time Spring WebFlux is very high in the market
@CodeDecode
@CodeDecode Жыл бұрын
Sure Pranaw 👍
@ranjithahk6878
@ranjithahk6878 7 ай бұрын
Hi, Thanks for the video. Please upload advanced topics of docker like docker architecture
@CodeDecode
@CodeDecode 7 ай бұрын
Sure we will upload it soon
@praveenkumar-kj9ng
@praveenkumar-kj9ng Жыл бұрын
Make a video on sonarqube with spring boot configuration
@CodeDecode
@CodeDecode Жыл бұрын
Sure 👍
@arjunb7672
@arjunb7672 10 ай бұрын
Need to know how to create a volume space to store persistent data
@CodeDecode
@CodeDecode 10 ай бұрын
In cloud?
@arjunb7672
@arjunb7672 10 ай бұрын
Yes I'm using azure platform-cloud I have backend (java)micro service as a contaner , a report (java)micro service as a contaner , both boots need a shared common volume space so backend will create a file there and report will take that file. How to create a volume and specify that same storage location to each boot in yaml.
@manim3756
@manim3756 Жыл бұрын
How to access containers using docker images? Can we create multiple container in single port using compose? Pls help me this question madam...
@laxmikundrapu9935
@laxmikundrapu9935 Жыл бұрын
Maam waiting for real time(prod) delpoyment of springboot microservices using docker in server
@CodeDecode
@CodeDecode Жыл бұрын
Soon we will upload it👍
@rishiraj2548
@rishiraj2548 Жыл бұрын
Gratitude
@CodeDecode
@CodeDecode Жыл бұрын
😊👍
@paragsezwar310
@paragsezwar310 Жыл бұрын
pls upload video of Docker architecture and virtualisation
@CodeDecode
@CodeDecode Жыл бұрын
Sure
@rishiraj2548
@rishiraj2548 Жыл бұрын
❤🎉🎉
@CodeDecode
@CodeDecode Жыл бұрын
😊😊
@krishnaGK2799
@krishnaGK2799 Жыл бұрын
Hello madam will take any individual java classes?
@CodeDecode
@CodeDecode Жыл бұрын
Hey Krishna, sorry man. It's difficult to spare time after job , office, will let you know if any such plan is there in future
@krishnaGK2799
@krishnaGK2799 Жыл бұрын
@@CodeDecode Thank you for your reply.
@lifeofsurya1261
@lifeofsurya1261 Жыл бұрын
Hi madame waiting for AOP concepts continuation.
@CodeDecode
@CodeDecode Жыл бұрын
Sure 👍👍
@praveenkumar-kj9ng
@praveenkumar-kj9ng Жыл бұрын
Can u send link dockerized your spring boot sample application
@snehalkale2479
@snehalkale2479 4 ай бұрын
Informative video for docker commands , Thank you so much . plz make video of other docker commands for docker volumes,,...etc
@start1learn-n171
@start1learn-n171 10 ай бұрын
Tq
@kudumulasivaramakrishnared6379
@kudumulasivaramakrishnared6379 Жыл бұрын
Hi, please create hashmap custom key
@CodeDecode
@CodeDecode Жыл бұрын
sure we will create it soon
@satishp351
@satishp351 Жыл бұрын
With this high standard pellucid concise teaching my heart is craving to have a long 12 hours video on kubernetes. hope goddess fulfill my wish.
@CodeDecode
@CodeDecode Жыл бұрын
It's planned Satish. Soon 👍👍
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
100+ Docker Concepts you Need to Know
8:28
Fireship
Рет қаралды 1,1 МЛН
Docker Crash Course #13 - Sharing Images on Docker Hub
7:11
Net Ninja
Рет қаралды 46 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 2 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН