Skip to content

dockup

Usage
dockup [-h] [directory]

Pulls the latest Docker images and restarts all services in a Docker Compose project, then prunes dangling images. Accepts an optional target directory.

Arguments:

-h, --help Show help message
directory Path to the compose project (defaults to current directory)

Returns:

0 Services updated and running
1 Directory not found or no docker-compose.yml present
Examples
dockup ~/myapp