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

[INSTALL] docker version.

parent 53e751d3
#!/bin/bash #!/bin/bash
if docker version; if docker --version;
then then
echo "Docker installed, ok" echo "Docker installed, ok"
else 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