You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-17
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ Building a portable docker based developer toolbox
9
9
10
10
For a more detailed discussion about the motivations and the background, see [background-fr.md](background-fr.md)
11
11
12
-
Note: It is assumed that you have a Docker environment installed (or alternatively Boot2Docker). A good test is whether "docker ps" shows no errors.
12
+
<u>Note:</u> It is assumed that you have a Docker environment installed (or alternatively Boot2Docker). A good test is whether "docker ps" shows no errors.
13
+
You will also need `docker-compose`.
13
14
14
15
## How to use the Devbox
15
16
@@ -22,27 +23,23 @@ $ make start
22
23
23
24
### Use the GUI
24
25
25
-
Start the X2GO client and configure a session by taking care to setup
26
+
To start the Graphical User Interface to the DEVBOX, just do
26
27
27
-
- the host to your boot2docker host (192.168.59.103)
28
-
- the login to the devbox main user (dockerx)
29
-
- the port is statically assigned to localhost's 2200
30
-
- set the session type to LXDE
31
-
- in the "Connection" tab, choose "LAN" connection speed
32
-
- (not mandatory because it will resize dynamically) in the "Input/output" tab, choose the display option that best suit your configuration.
28
+
```
29
+
make gui
30
+
```
31
+
32
+
And, tadahh, X2GO starts and you are in business, connected to the GUI of your Devbox.
33
+
34
+
#### manual startup of the GUI
35
+
36
+
On certain configurations, the startup with `make` fails. You can start it by hand.
37
+
38
+
Start X2GO. If you built the DEVBOX with "make", a session is automatically created. Just double click on it. Should there be an opened session (remains of a failed `make gui`tentative), just delete it and create a new session by clicking on "new".
33
39
34
-
Save the session, and start it.
35
-
You will be prompted for a password.
36
-
It is the same as the user name.
37
40
38
-
You will be prompted to accept the devbox public SSH key.
39
-
If you restarted the container, the key might have changed and the SSH client will not like it.
40
-
Follow the instructions to accept the new public key.
41
41
42
-
(Mac OS Yosemite Only bug) If the system gives an error like "SSH daemon failed to open the application's public key", just
43
-
accept it by clicking on "OK".
44
42
45
-
And, tadahh, your in business and connected to the GUI of your Devbox.
0 commit comments