Skip to content

Commit

Permalink
update readme to include platform specific docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldinGuy authored and tiensonqin committed Oct 25, 2021
1 parent f3445fb commit 9d99961
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ resources/electron.js
charlie/
.vscode
/.preprocessor-cljs
docker
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,16 @@ docker build -t logseq-docker .

### 3. Run Docker container

#### MacOS/Linux

```bash
docker run -v $(pwd):/home/logseq/logseq -p 3001:3001 -p 9630:9630 -p 8701:8701 --rm -it logseq-docker /bin/bash
```
#### Windows

```bash
docker run -v %cd%:/home/logseq/logseq -p 3001:3001 -p 9630:9630 -p 8701:8701 --rm -it logseq-docker /bin/bash
```

### 4. Inside the container compile as described above

Expand Down

0 comments on commit 9d99961

Please sign in to comment.