Skip to content

Commit

Permalink
Fix the DockerHub Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Mar 28, 2022
1 parent 9643bcc commit 9878f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ COPY . .

RUN composer install --no-dev

ENTRYPOINT ["php", "php-profiler"]
ENTRYPOINT ["php", "reli"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ If JIT is enabled at the target process, this information may be slightly inaccu
### Use in a docker container and target a process on host
```bash
$ docker pull sjidev/reli
$ docker run -it --security-opt="apparmor=unconfined" --cap-add=SYS_PTRACE --pid=host sjidev/reli i:trace -p <pid of the target process or thread>
$ docker pull reliforp/reli-prof
$ docker run -it --security-opt="apparmor=unconfined" --cap-add=SYS_PTRACE --pid=host reliforp/reli-prof i:trace -p <pid of the target process or thread>
```
### Generate flamegraphs from traces
Expand Down

0 comments on commit 9878f59

Please sign in to comment.