Upgrading docker rollout

All existing Docker Rollout versions are backwards compatible. You can upgrade to the latest version by downloading the script again.

  1. Check the current plugin version:

    docker rollout --version
    #=> docker-rollout version v0.10
    

    or if version option is not available:

    ~/.docker/cli-plugins/docker-rollout docker-cli-plugin-metadata
    #=> ...
    #=> "Version": "v0.10",
    #=> ...
    
  2. You can check the latest version on the releases page. Download the latest version with:

    curl https://raw.githubusercontent.com/wowu/docker-rollout/master/docker-rollout -o ~/.docker/cli-plugins/docker-rollout
    
  3. Make the file executable again:

    chmod +x ~/.docker/cli-plugins/docker-rollout