Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Martin
quickref
Commits
f04604a9
Commit
f04604a9
authored
Mar 16, 2018
by
Didier Verna
Browse files
Fix path to quickbuilder user.
parent
3a1866fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f04604a9
...
...
@@ -44,7 +44,7 @@ sudo dockerd
When Quickref is done (this
*will*
take a while), you can extract the website
from the container by typing this:
```
docker cp quickref:~
/
quickbuilder/quickref .
docker cp quickref:~quickbuilder/quickref .
```
The website will be located under
`quickref/website`
. You will also see a
...
...
@@ -121,5 +121,5 @@ CONTAINER ID IMAGE COMMAND CREATED STATUS
Then, extract the website from the container just like with the official
image:
```
docker cp sleepy_morse:~
/
quickbuilder/quickref .
docker cp sleepy_morse:~quickbuilder/quickref .
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment