dockup
Synopsis
Section titled “Synopsis”dockup [-h] [directory]Description
Section titled “Description”Pulls the latest Docker images and restarts all services in a Docker Compose project, then prunes dangling images. Accepts an optional target directory.
Arguments
Section titled “Arguments”-h, --help |
Show help message |
directory |
Path to the compose project (defaults to current directory) |
Exit Status
Section titled “Exit Status”0 |
Services updated and running |
1 |
Directory not found or no docker-compose.yml present |
Example
Section titled “Example”dockup ~/myappDependencies: docker
Classification: network