forked from Narcissus/docker-multi-platform-probe
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b04fc33694 | ||
|
|
198cc27854 | ||
|
|
94519a402f | ||
|
|
546ee7af5e |
30
.github/workflows/dockerhub-description.yml
vendored
30
.github/workflows/dockerhub-description.yml
vendored
@@ -1,30 +0,0 @@
|
|||||||
# https://github.com/peter-evans/dockerhub-description
|
|
||||||
|
|
||||||
name: Update Docker Hub Description
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- README.md
|
|
||||||
- .github/workflows/dockerhub-description.yml
|
|
||||||
|
|
||||||
env:
|
|
||||||
IMAGE_NAME: paessler/multi-platform-probe
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update-description:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out the repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Docker Hub Description
|
|
||||||
uses: peter-evans/dockerhub-description@v4
|
|
||||||
with:
|
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
|
||||||
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
|
|
||||||
repository: ${{ env.IMAGE_NAME }}
|
|
||||||
short-description: ${{ github.event.repository.description }}
|
|
||||||
enable-url-completion: true
|
|
||||||
@@ -91,8 +91,8 @@ You can also use the `/opt/paessler/share/scripts` volume for the scripts of the
|
|||||||
```sh
|
```sh
|
||||||
docker run -it \
|
docker run -it \
|
||||||
--network bridge \
|
--network bridge \
|
||||||
-v ./scripts:/opt/paessler/share/scripts:ro \
|
-v $(pwd)/scripts:/opt/paessler/share/scripts:ro \
|
||||||
-v ./config:/config \
|
-v $(pwd)/config:/config \
|
||||||
--cap-add NET_ADMIN \
|
--cap-add NET_ADMIN \
|
||||||
--cap-add NET_RAW \
|
--cap-add NET_RAW \
|
||||||
paessler/multi-platform-probe:latest
|
paessler/multi-platform-probe:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user