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
31e0b628
Commit
31e0b628
authored
Mar 16, 2018
by
Didier Verna
Browse files
Rename the docker files.
parent
f04604a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
31e0b628
...
...
@@ -91,9 +91,9 @@ You can build your own Quickref Docker images by using the provided
Dockerfiles located in the
`docker`
directory. The project is split in 2
separate images:
*
`
Dockerfile-b
uildenv`
creates a Debian 8 image with all the dependencies
needed to
buid the various Quicklisp libraries inside.
*
`
Dockerfile
`
builds on top of the
`
b
uildenv`
image to set up a
*
`
B
uildenv`
creates a Debian 8 image with all the dependencies
needed to
buid the various Quicklisp libraries inside.
*
`
Quickref
`
builds on top of the
`
B
uildenv`
image to set up a
`quickbuilder`
user, pull the latest versions of Quickref and Declt, and
finally launch Quickref.
...
...
@@ -106,8 +106,8 @@ the hundreds of dependencies installed from `apt`).
The two Quickref Docker images are created by typing respectively (and in that
order):
```
docker build -t quickref/buildenv -f
Dockerfile-b
uildenv .
docker build -t quickref .
docker build -t quickref/buildenv -f
B
uildenv .
docker build -t quickref
-f Quickref
.
```
### Extracting the website
...
...
docker/
Dockerfile-b
uildenv
→
docker/
B
uildenv
View file @
31e0b628
File moved
docker/
Dockerfile
→
docker/
Quickref
View file @
31e0b628
File moved
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