Skip to content

Commit

Permalink
doc: shell readme with docker use Azion CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelbm authored Jun 7, 2024
1 parent 63b7635 commit 7b6c7bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@ To download azion CLI through Homebrew, run:
brew install azion
``````

##### Test The Azion CLI with docker
get link release https://github.com/aziontech/azion/releases
```sh
docker run -it --rm ubuntu sh -c '
cd
apt-get update && apt-get install -y wget tar && \
wget https://github.com/aziontech/azion/releases/download/1.28.1/azion_1.28.1_linux_amd64.tar.gz && \
tar -xzf azion_1.28.1_linux_amd64.tar.gz && \
chmod +x azion && \
./azion version; \
exec sh'
```

## Building Locally

```sh
Expand Down

0 comments on commit 7b6c7bd

Please sign in to comment.