Config Router

  • PUBG
  • Google Sheets
  • CCNA Online training
    • CCNA
  • CISCO Lab Guides
    • CCNA Security Lab Manual With Solutions
    • CCNP Route Lab Manual with Solutions
    • CCNP Switch Lab Manual with Solutions
  • Juniper
  • Linux
  • DevOps Tutorials

How to Rename a Docker Container?

May 13, 2020 by James Palmer Leave a Comment

How to Rename a Docker Container? The docker container name is a unique name identity given by the docker engine. The docker provides the facility to rename the docker container name using the rename option. Lets take a look at the following syntax: [crayon-60058626af1ad318125910/] [crayon-60058626af1b9794736041/] e3de85aaf61c -> The dynamically generated … [Read more...]

Filed Under: Linux

How to Remove a Docker Container

May 13, 2020 by James Palmer Leave a Comment

The docker engine  Removing a running container: Syntax: docker rm [crayon-60058626afde8935774380/] So you have to stop the container first using the below command as its not advised to forcefully evict a running container. docker stop . Then run the docker container rm or docker rm command to remove the container. Although the docker provided a forceful removal … [Read more...]

Filed Under: Linux

How to use Docker Images filter

May 13, 2020 by James Palmer Leave a Comment

Docker search best practices The docker image repository can be searched up from the command line using the docker search option. Here a search template to find official docker image of nginx using the docker the search query: root@node03:~# docker search --filter=stars=500 --filter=is-official=true nginx NAME DESCRIPTION STARS OFFICIAL AUTOMATED nginx Official build … [Read more...]

Filed Under: Linux

Stop a Docker Container

May 13, 2020 by James Palmer Leave a Comment

Stop a docker container:  The docker engine provides a stop option which can be used to stop the execution of a container which is in running state. The syntax is as follows: [crayon-60058626b06f5330578454/] [crayon-60058626b06fd254786086/] Now we use the stop option to stop the running container. [crayon-60058626b0701665613852/] The other arguments stop option … [Read more...]

Filed Under: Linux

Your First Docker installation.

May 28, 2016 by Vamshi S Leave a Comment

The Dockers are now known as containers which ofcourse have eveolved from their previous ancestor Containers. There have also been many predictions that the Docker is the Future and the harbor of Innovation. The containers are known to be a micro instance of realtime running OS running within a linux/unix OS. The containers provide a secure isolated evnvironment for … [Read more...]

Filed Under: Linux

Recent Posts

  • Python Fundamentals – Tuples
  • CCNA 4 Chapter 3 Point-to-Point Connections Exam Answers 2020 (v5.0.3 + v6.0)
  • CCNA 4 Connecting Networks v5.03 Practice Skills Assessment
  • CCNA 4 Chapter 3 SIC PPP, Routing, and Remote Access VPN – PT Skills Assessment
  • CCNA 3 (v5.0 + v6.0) OSPF Practice Skills Assessment Exam Answer
  • CCNA 2 (v5.03 + v6.0) Chapter 4 Exam Answers for Switched Networks
  • CCNA 2 RSE Chapter 6 VLANs SIC Practice Skills Assessment
  • Scaling Networks v6.0 ScaN EIGRP Practice Skills Assessment Answers
  • CCNA 4 Chapter 9 Exam Answers Troubleshooting the Network 2020 (v5.0.3 + v6.0)
  • CCNA 2 Practice Final Exam Answers 2020 (v5.0.3 + v6.0)
  • CCNA 1 Final Exam Answers 2020 (v5.1 + v6.0)

Copyright © 2021 · News Pro Theme on Genesis Framework · WordPress · Log in