Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan authored May 10, 2024
1 parent 1008677 commit c4ab0fa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ brew install buildpacks/tap/pack
go install github.com/Doer-org/ketos@latest
```
## Usage
```
ketos push -d "./examples/go" -l "go" -f "Dockerfile" -D true -p 8090:8090 -s "http://localhost:8000/"
directory: ./examples/go
Creating image with Dockerfile
Path: ./examples/go
Dockerfile: Dockerfile
Sending tar to server...
{"id":"edfbf5b9-e751-46a0-a20f-1b1600748ad5","port":"8090:8090"}
__ __ ________________ _____
/ //_// ____/_ __/ __ \/ ___/
/ ,< / __/ / / / / / /\__ \
/ /| |/ /___ / / / /_/ /___/ /
/_/ |_/_____/ /_/ \____//____/
🐳🐳🐳 Share this command 🐳🐳🐳
ketos pull -i edfbf5b9-e751-46a0-a20f-1b1600748ad5
```


## LICENSE
Code licensed under
Expand Down

0 comments on commit c4ab0fa

Please sign in to comment.