ubuntu start docker service code example
Example 1: how to restart docker linux
$ sudo systemctl start docker
Example 2: how to start docker in ubuntu
systemctl start docker
# to start docker from terminal
$ sudo systemctl start docker
systemctl start docker
# to start docker from terminal