cos_image_analyzer: Add some details in user guide.

This CL has the following changes:
1) polish the user guide:
 - Stress that The -local input expects disk.raw file. So users need to
 unzip tarball if needed.
 - Explain the service account credentials that required by -gcs input
 and add link to the instruction.
 - Correct the default list of -compressRootfs flag.
 - Explain why root is needed for the program.
 - Delete words about commits and release notes from the usage because
 they are not implemented yet.

 2) Change the default value of -package flag from true to false.
 Because the feature is not ready yet.

 3) Allow to choose whether to authenticate when downloading from GCS.
 This is useful to download public data from GCS.

Change-Id: Id602b4e27abeb2ea0a7238fb62ab6b6164cdc8e4
5 files changed
tree: 85c47f79db6dd172554fa170a81dda289ddbeafb
  1. src/
  2. CONTRIBUTING.md
  3. go.mod
  4. go.sum
  5. LICENSE
  6. README.md
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.