Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Docker by (2.3k points)
recategorized by

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)

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...