How To Run Docker Command Line?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Start the Docker service:
Type the following command in your terminal window to start the Docker service: sudo service docker start
2. Run a Docker command:
Now that Docker is up and running, you can run any Docker command.
For example, to list all running containers, type the following command:
sudo docker ps –a