perforce@dwhitfield-ubuntu2012vsphere:~$ make build
docker build -t psla psla
docker - version 1.4
Copyright 2003, Ben Jansens <ben@orodu.net>
Usage: docker [OPTIONS]
Options:
-help Show this help.
-display DISPLAY The X display to connect to.
-border The width of the border to put around the
system tray icons. Defaults to 1.
-vertical Line up the icons vertically. Defaults to
horizontally.
-wmaker WindowMaker mode. This makes docker a
fixed size (64x64) to appear nicely in
in WindowMaker.
Note: In this mode, you have a fixed
number of icons that docker can hold.
-iconsize SIZE The size (width and height) to display
icons as in the system tray. Defaults to
24.
-color COLOR The background color to use for the tray.
Defaults to whatever color the window
manager specifies.
make: *** [build] Error 1
It would seem this is not the docker you are looking for...
docker - System tray for KDE3/GNOME2 docklet applications
package is actually docker.io.
Still though:
perforce@dwhitfield-despair:~$ make build
docker build -t psla psla
FATA[0000] stat psla: no such file or directory
make: [build] Error 1
perforce@dwhitfield-despair:~$ mkdir psla
perforce@dwhitfield-despair:~$ make build
docker build -t psla psla
FATA[0000] Cannot locate Dockerfile: Dockerfile
make: [build] Error 1