Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

docker(1) [debian man page]

DOCKER(1)						      General Commands Manual							 DOCKER(1)

NAME
docker - System tray for KDE3/GNOME2 docklet applications SYNOPSIS
docker [options] DESCRIPTION
This manual page documents briefly the docker command. This manual page was written for the Debian distribution because the original pro- gram does not have a manual page. docker is a docking application (WindowMaker dock app) which acts as a system tray for KDE3 and GNOME2. It can be used to replace the panel in either environment, allowing you to have a system tray without running the KDE/GNOME panel. Docker was written and designed to work with Openbox 2, but it should work fine in any window manager that supports WindowMaker dock apps. OPTIONS
-h-help Show summary of options. -display DISPLAY The X display to connect to. -border N 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 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. AUTHOR
This manual page was written by Ari Pollak <ari@debian.org>, for the Debian GNU/Linux system (but may be used by others). November 2, 2002 DOCKER(1)

Check Out this Related Man Page

Window Maker(1x)														  Window Maker(1x)

NAME
WPrefs - Window Maker configuration tool SYNOPSIS
WPrefs [-options] DESCRIPTION
WPrefs.app is the preferences "editor" for the WindowMaker window manager. It can be used to set most of the preference options of Window- Maker and define it's applications menu. It also can change some settings that do not belong to WindowMaker. Although WPrefs.app is designed to be easy to use, you should read the user guide to be fully aware of all available options and other fea- tures of WindowMaker that are not related to configuration. Only options that have different values than what is found in the system-wide configuration file is saved. OPTIONS
-display host:display.screen specify display to use. --version display version number and exit --help display help message and exit FILES
~/GNUstep/Defaults/WindowMaker general Window Maker defaults. /etc/GNUstep/Defaults/WindowMaker system wide Window Maker defaults. ~/GNUstep/Defaults/WMRootMenu Contains the name of the file to read the root menu from or the menu itself, in property list format. ~/GNUstep/Library/WindowMaker/autostart This script is automatically executed when Window Maker is started. WPrefs saves the mouse speed configuration is saved as a call for xset here. SEE ALSO
The Window Maker User Guide The Window Maker FAQ wmaker(1x) AUTHOR
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>, Dan Pascu <dan@windowmaker.info> with contributions from many peo- ple around the Internet. This manual page was written by Marcelo E. Magallon, <mmagallo@debian.org>, for the Debian Project and might be used freely by others. Debian Project March 2001 Window Maker(1x)
Man Page

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Removing an item from the dock

Hello! I am able to add an item to the dock with this command: defaults write com.apple.dock persistent-apps -array-add... (1 Reply)
Discussion started by: emperorfabulous
1 Replies

2. UNIX for Advanced & Expert Users

tray selection

Hello All, Could anyone help me how to selecting the trays in unix . Thanks, Amit kul (3 Replies)
Discussion started by: amit kul
3 Replies

3. SCO

hp8150 printer problem

we just installed a 2000 sheet tray on an HP 8150 printer.(it is referred to by HP as tray 4). We need Unix to print to this tray by default. We can enter a printer code but there are too many reports using the defalut printer to make that a practical solution. When printing from Windows using... (2 Replies)
Discussion started by: Yrr88
2 Replies

4. Linux

Required Icon Tray in Linux

Hello I am using linux machine. I need Icon tray in this. "Icon Tray" contains all the icons which we open in the workspace. As such, these icons appear at the bottom (similar to windows i.e.when we open internetexplorer, Word, XLs, these icons appear in the bottom) I have to open so many... (3 Replies)
Discussion started by: nehashine
3 Replies

5. Solaris

3510FC connected to Solaris10 -- v240

had this one controller tray 12 disks and one expansion tray 12 disks, hard-linked to a v240 system.. for some reasons, only 6 drives from the controller tray are on..and 6 drives from the expansion tray are on... I can run sccli into the array.. none of the show commands come up with... (2 Replies)
Discussion started by: ppchu99
2 Replies

6. Debian

Xorg resolution/display size problem

Hello, I am running Debian 6.0 on a Sun Ultra 5 and the openbox window manager. The window is way larger than the screen and minimized icons go off the screen and I can't get them back. The mode is set to 1280x1024 in the Screen section of xorg.conf and Virtual is also set to 1280x1024 which is... (4 Replies)
Discussion started by: snorkack59
4 Replies

7. Shell Programming and Scripting

Bash - concatenate string - strange variable scoping

Hello, I am trying to concatenate a string in a bash script like this: runCmd="docker run -e \"IMAGE_NAME=$IMAGE_NAME\" " env | grep "$ENV_SUFFIX" | while read line; do envCmd="-e \"${line}\" " runCmd=$runCmd$envCmd echo $runCmd # here concatenation works fine done echo... (3 Replies)
Discussion started by: czabak
3 Replies

8. Shell Programming and Scripting

Problem in extracting yocto SDK for docker

Actually I was facing the following issue while building my Yocto SDK on Docker container sudo docker build --tag="akash/eclipse-che:6.5.0-1" --tag="akash/eclipse-che:latest" /home/akash/dockerimage.yocto.support/ Sending build context to Docker daemon 26.93MB Step 1/5 : FROM eclipse/cpp_gcc ... (3 Replies)
Discussion started by: Akash BHardwaj
3 Replies

9. UNIX for Beginners Questions & Answers

Can't pass a variable representing the output of lsb_release to a docker dontainer

I don't know why, but the rendering of my code mucks up the spacing and indentation, despite being correct in the original file. I'm having issues getting the following script to run (specifically the nested script at the end of the docker command near the end of the script; I think I'm not passing... (2 Replies)
Discussion started by: James Ray
2 Replies

10. Docker

Docker learning Phase-I

Hello All, I had recently learnt a bit of Docker(which provides containerization process). Here are some of my learning points from it. Let us start first with very basic question: What is Docker: Docker is a platform for sysadmins and developers to DEPLOY, DEVELOP and RUN applications ... (7 Replies)
Discussion started by: RavinderSingh13
7 Replies