Skip to content

Commit

Permalink
Be more specific about how to get to terminal in container
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 11, 2020
1 parent c307bdf commit 49b6a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ $ docker run -p 6080:80 \

Visit http://localhost:6080 (or http://server-ip:6080 if running on a remote machine) which will connect to the container's desktop.

Inside the container desktop, open a terminal and run the following command.
Inside the container desktop, click on the menu (lower left icon), go to "System Tools", and select "LXTerminal".
Run the following command.
```bash
chromium-browser --user-data-dir=/config --no-sandbox https://photos.google.com
```
Expand Down

0 comments on commit 49b6a6b

Please sign in to comment.