vinay
@_vinay3
Followers
14
Following
1
Media
45
Statuses
95
#softwareEngineer tweets about #anime and my #dailyGoal updates.
Joined August 2025
Hey you , This is a dev with 2 years of exp in one of the MNC earning around Rs.50k. wanted to upgrade my lifestyle.please join these journey of upskilling.
1
0
0
The container will be exited when either process ends or it crashes , we can run any number of containers using simple run command.
0
0
0
10.docker run --name image_name - will assign same name we gave otherwise random name will be assigned. 11.docker run -it image_name - will add interactivity and terminal . 13. docker run -d image_name - runs in detach mode(background) 14 .docker attach container_id - to appear
1
0
0
when ever we are removing either image or container,we need to stop the instance --> remove container --> remove image otherwise errors will be thrown. 9.docker pull image_name:tag tag will be specific version , default :latest 10.docker image prune - if we have tag as none,
1
0
0
5.docker ps -a -- to see all active and inactive process 6.docker stop container_name/container_id - to stop the running containers 7.docker rm container_name- to remove the container (free up the space) 8.docker rmi image_name/image_id - to remove image locally.
1
0
0
1.docker pull image_name - to save image locally 2.docker run image_name- create an instance of image or container 3.docker run image_name sleep 5s - to stop the application after 5 sec 4.docker ps - to see all actively running containers
1
0
0
Started learning Docker today with CodeCamp + KodeKloud labs. Practiced image/container management, pulling logic, and interactive flags (-i, -it). Great hands-on experience! 🚀 #LearningInPublic #learningdevelopment #Containerization #learningwithtech
1
0
0
#TUFWinterArc completed recursions medium problems. I am able to solve them with ease, no need to watch tutorials anymore.
0
0
0
#TUFWinterArc Finally solved these hard problems in linkedlist after watching youtube videos . got the hang of linked lists.
0
0
0
#TUFWinterArc Just able to solve only one problem , the Hard are reallly hard for linked lists.
0
0
0
#TUFWinterArc completed all the medium linked list questions. moving on to the double linked list.
0
0
0
#TUFWinterArc completed some medium problems in tuf striver sde sheet. it took some time to think logic and to implement but figured out. can't get rid of using '->' in java though .
0
0
0
#TUFWinterArc single Linked list basics The only differenct between #cpp and #java is '.' and '->' we don't have concept of pointers in java,where as in cpp we have concept of pointers ,so for pointers we will use '->' and for cpp we use '.' In java everything is reference
0
0
0
The developement time is very peaceful, when the work goes for testing , can't get any free time at all.
0
0
0