Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add steps and example of use
Include a .dockerignore
  • Loading branch information
tonyskapunk committed Dec 12, 2023
1 parent 88bb817 commit f9b76b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ You can optionally build oha against [rustls](https://github.com/rustls/rustls)
apt update
apt install oha

## Containerized

You can also build and create a container image including oha

```sh
docker build . -t example.com/hatoo/oha:latest
```

Then you can use oha directly throught the container

```sh
docker run -it example.com/hatoo/oha:latest https://example.com:3000
```

# Platform

- Linux - Tested on Ubuntu 18.04 gnome-terminal
Expand Down

0 comments on commit f9b76b0

Please sign in to comment.