Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matsubo committed Oct 6, 2014
1 parent 3597183 commit 7ce5fa4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ How to run eccube docker image

```
$ docker pull matsubo/eccube
$ docker run -it -p 80 matsubo/eccube /bin/bash
```

Then start server manually
```
# service mysql start
# service apache2 start
$ docker run -it -p 80 matsubo/eccube
```


Expand All @@ -45,7 +39,7 @@ $ docker run -it -p 80 eccube/spike
`Ctrl+p, Ctrl+q` to escape from container.


Then access to 80 port by your browser.
Then access to container's 80 port via vagrant by your browser.


### Reference
Expand Down

0 comments on commit 7ce5fa4

Please sign in to comment.