forked from jsuto/piler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Janos SUTO <sj@acts.hu>
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
How to run piler | ||
## How to run piler | ||
|
||
Edit the variables in docker-compose.yaml, then run | ||
|
||
``` | ||
docker-compose up -d | ||
``` | ||
|
||
How to build the image for yourself | ||
## How to build the image for yourself | ||
|
||
Pick the latest deb package from Bitbucket download page (https://bitbucket.org/jsuto/piler/downloads/) | ||
and use it as the PACKAGE build argument, eg. | ||
Pick the latest deb package from Bitbucket download page (https://bitbucket.org/jsuto/piler/downloads/) | ||
and use it as the PACKAGE build argument, eg. | ||
|
||
docker build --build-arg PACKAGE=piler_1.3.11-focal-5c2ceb1_amd64.deb -t piler:1.3.11 . | ||
``` | ||
docker build --build-arg PACKAGE=piler_1.3.11-focal-5c2ceb1_amd64.deb -t piler:1.3.11 . | ||
``` |