rockerle/Rebuild and Restart a Docker Container
Test Github action for me that replaces a running docker container with an updated image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| imagename | Name of the docker image | no | default-iName:latest |
| containername | Name of the docker container that gets deployed | no | default-cName |
| dnetwork | name of the docker network the container should be added to | no | "" |
| restartpolicy | Docker restart policy for the container | no | unless-stopped |
| label | Adding docker label to the docker container in form of a label file | no | "" |
| env | Environment Variables passed to the docker run command | no | "" |
Outputs
no outputs