An open API service indexing awesome lists of open source software.

https://github.com/wrfly/piu

pull images up to date
https://github.com/wrfly/piu

cd cicd continuous-deployment docker

Last synced: 5 months ago
JSON representation

pull images up to date

Awesome Lists containing this project

README

          

# PIU

Pull images up to date.

Do not bother to recreate your services, PIU can help you
pull the latest images and update your containers.

## Copy and Run

```bash
docker run --rm -ti \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $HOME/.docker/config.json:/root/.docker/config.json \
wrfly/piu:latest
```

## How it works

- Scan all the containers and find their images
- Watch the changes of the images
- When the digest changed
- pull the latest image
- recreate the container
- keep everything except the image