compose-container-updater
v1.0.1
Published
Container updater and watcher for docker compose.
Readme
Container Updater
How To Install:
- Globally install package, you can use any node package manager.
// npm
npm i -g git+https://gitlab+deploy-token-682818:[email protected]/widyarobotics/mynitro/container-updater
//yarn
yarn global add git+https://gitlab+deploy-token-682818:[email protected]/widyarobotics/mynitro/container-updater
// pnpm
pnpm i -g git+https://gitlab+deploy-token-682818:[email protected]/widyarobotics/mynitro/container-updater- When the installation process is finished, try container-updater --help command to see if cli apps is installed properly.
Command List
pull <image-name>Pull image based on image-name argument.update <image-name> <docker-compose-directory>Update docker container and restart docker-compose service
