mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Add Docker build instructions (#853)
This commit is contained in:
parent
7b487ddaca
commit
0e6f599282
10
README.md
10
README.md
@ -117,6 +117,16 @@ pgloader:
|
||||
|
||||
<https://github.com/dimitri/pgloader/issues?utf8=✓&q=label%3A%22Windows%20support%22%20>
|
||||
|
||||
### Building Docker image from sources
|
||||
|
||||
You can build a Docker image from source using SBCL by default:
|
||||
|
||||
$ docker build .
|
||||
|
||||
Or Clozure CL (CCL):
|
||||
|
||||
$ docker build -f Dockerfile.ccl .
|
||||
|
||||
## More options when building from source
|
||||
|
||||
The `Makefile` target `pgloader` knows how to produce a Self Contained
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user