I'm desperately searching for a .deb package with docker man pages. Any idea? I have stable 14.04.
Just to be clear, I'm asking for the man pages for https://www.docker.com/
thx
I'm desperately searching for a .deb package with docker man pages. Any idea? I have stable 14.04.
Just to be clear, I'm asking for the man pages for https://www.docker.com/
thx
If you have installed "Docker" with the following command:
the man pages can be viewed with:
Even if you have installed Docker with these instructions the man pages can be viewed with:
With this command, you see the files installed for the man pages:
E.G.
docker.io
:Seems there is a bug in ubuntu 14.04.1
install by
wget -qO- https://get.docker.com/ | sh
helps.