Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Oct 13, 2014
1 parent 80553b2 commit 19e94d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ within the container:

```sh
# The image size is currently 1.131 GB, so go grab a coffee while Docker downloads it
docker pull fgrehm/eclipse:v8.0.1
docker pull fgrehm/eclipse:v4.4.1
L=$HOME/bin/eclipse && curl -sL https://github.com/fgrehm/docker-eclipse/raw/master/eclipse > $L && chmod +x $L
cd /path/to/java/project
eclipse
Expand All @@ -41,7 +41,7 @@ docker run -ti --rm \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v `pwd`/.eclipse-docker:/home/developer \
-v `pwd`:/workspace \
fgrehm/eclipse:v8.0.1
fgrehm/eclipse:v4.4.1
```

## Help! I started the container but I don't see the Eclipse screen
Expand Down

0 comments on commit 19e94d6

Please sign in to comment.