mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-02 20:00:56 +00:00
Remove unnecessary '\' from one of example commands
This commit is contained in:
parent
7873a715d1
commit
67096998a7
@ -52,7 +52,7 @@ In order to run own copy of the book with gitook using within container:
|
|||||||
```bash
|
```bash
|
||||||
docker image build \
|
docker image build \
|
||||||
--rm --squash \
|
--rm --squash \
|
||||||
--label linux-insides \\
|
--label linux-insides \
|
||||||
--tag linux-insides-book:latest \
|
--tag linux-insides-book:latest \
|
||||||
-f Dockerfile
|
-f Dockerfile
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user