Skip to content

Commit

Permalink
Updated docker readme jsuto#2
Browse files Browse the repository at this point in the history
Signed-off-by: Janos SUTO <sj@acts.hu>
  • Loading branch information
jsuto committed Feb 25, 2021
1 parent 14f139c commit 1f0dc43
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docker/README.md
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 .
```

0 comments on commit 1f0dc43

Please sign in to comment.