Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
2 views
by (2.3k points)

how can I start docker in ubuntu?

1 Answer

0 votes
by (6.9k points)

A simple way to do this is to use the systemctl command:

$ sudo systemctl start docker

To check if your docker engine was started or not you can use this command:

$ sudo systemctl status docker

or you can also make use of the service command:

$ sudo service docker start

and check if its started or not using this command:

$ sudo service docker status

Hope that helped :)


Okay, if you are new to docker and need help in it try out docker training course.

Related questions

+1 vote
1 answer
0 votes
1 answer
0 votes
1 answer
asked Dec 5, 2020 in SQL by Appu (6.1k points)
0 votes
1 answer
asked Jan 3, 2021 in SQL by Appu (6.1k points)

Browse Categories

...