Skip to content

Commit

Permalink
remove star badge from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 1, 2023
1 parent 0bb7252 commit ced6f64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<img src="https://img.shields.io/github/v/release/ika-rwth-aachen/docker-run"/></a>
<img src="https://img.shields.io/github/license/ika-rwth-aachen/docker-run"/>
<a href="https://pypi.org/project/docker-run-cli/"><img src="https://img.shields.io/pypi/dm/docker-run-cli?color=blue&label=PyPI%20downloads"/>
<a href="https://github.com/ika-rwth-aachen/docker-run"><img src="https://img.shields.io/github/stars/ika-rwth-aachen/docker-run?style=social"/></a>
</p>

*docker-run* is a CLI tool for simplified interaction with Docker images. Use it to easily start and attach to Docker containers with useful predefined arguments.
Expand Down Expand Up @@ -52,7 +51,7 @@ If a container with matching name is already running, `docker-run` will execute
docker-run --name my-running-container
```

Unlike with `docker run`, you can also set the Docker image and command via `--image` and `--cmd` arguments, see [Usage](#usage). This may be required for more complex use cases.
Unlike with `docker run`, you can also set the Docker image via the `--image` arguments, see [Usage](#usage). This may be required for more complex use cases.


## Installation
Expand Down

0 comments on commit ced6f64

Please sign in to comment.