1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00
This commit is contained in:
Cyro Dubeux 2021-05-10 21:11:16 -03:00
parent eafe34cb74
commit 024f7896ca

View File

@ -46,9 +46,9 @@ On other languages
Docker
------
In order to run own copy of the book with gitook within local container:
In order to run your own copy of the book with gitbook within a local container:
1. Enable Docker experimental features with vim or other text editor
1. Enable Docker experimental features with vim or another text editor
```bash
sudo vim /usr/lib/systemd/system/docker.service
```
@ -84,7 +84,7 @@ In order to run own copy of the book with gitook within local container:
```
4. Open your local copy of linux insides book under this url
http://127.0.0.1:4000
http://localhost:4000
Contributions
--------------