How to check whether docker is installed ?

Discussions related with hosting control panels used, which include cPanel, Plesk, Directadmin etc..

Moderator: Staff

Post Reply
chris ben
Posts: 0
Joined: Fri Sep 16, 2016 10:09 am

How to check whether docker is installed ?

Post by chris ben »

How to check whether docker is installed correctly on server ?


Martin
Posts: 36
Joined: Fri Sep 16, 2016 10:34 am

Re: How to check whether docker is installed ?

Post by Martin »

Type the below commands to check whether docker is installed correctly.

Command : docker version

Client:
Version: 1.12.5

Server:
Version: 1.12.5
API version: 1.24


OR

Command : docker run hello-world

Hello from Docker!
This message shows that your installation appears to be working correctly.


------------------------------
Martin N
Linux Support Engineer.
Nixtree Solutions
Managed Full Server Backups
https://www.nixtree.com/managed-backups.php
Follow us on : https://twitter.com/nixtree


If you are looking for assistance in server management, please get in touch with our support.
Post Reply