How to use DOCKER after install

Asked by mrlopes

hi...
Just upgraded to 8.04

I just installed Docker in synaptic packages.

I can't find it...
How do i use it??

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu docker Edit question
Assignee:
No assignee Edit question
Solved by:
mrlopes
Solved:
Last query:
Last reply:
Revision history for this message
mrlopes (mrlopes) said :
#1

long ting na man lol

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

I found the incoming Ubuntu 8.10 have a nice app docker called cairo-dock
But you need to upgrade your Ubuntu 8.04 to Ubuntu 8.10.

First upgrade your 8.04 release, please open a Terminal from the menu Applications → Accessories → Terminal and type:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean

Then upgrade to 8.10 ( you need to be connected to the net and it take a long time about 3/4 hours ) press alt+F2 on a clear desktop:
and into opened window type:

gksudo upgrade-manager -d

give your user password when requested.

When you are in Ubuntu 8.10 to install cairo-dock open a terminal and type:

sudo apt-get install cairo-dock

give your user password when requested, you don't see nothing when you type it, then press enter.

To make cairodock auto starting at your session login please add to System → Preferences → Sessions a startup program:

name: cairo-dock
command: /usr/bin/cairo-dock

Reboot your pc...