Commit 51daa074 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[INSTALL] docker version.

parent 53e751d3
#!/bin/bash
if docker version;
if docker --version;
then
echo "Docker installed, ok"
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment