Skip to content
Snippets Groups Projects
  1. Mar 10, 2016
  2. Mar 09, 2016
    • Mrunal Patel's avatar
      Merge pull request #597 from rajasec/pidfile · c40bd432
      Mrunal Patel authored
      Create pid file when not exist
      c40bd432
    • Michael Crosby's avatar
      Improve error handling in runc · 044e2985
      Michael Crosby authored
      
      The error handling on the runc cli is currenly pretty messy because
      messages to the user are split between regular stderr format and logrus
      message format.  This changes all the error reporting to the cli to only
      output on stderr and exit(1) for consumers of the api.
      
      By default logrus logs to /dev/null so that it is not seen by the user.
      If the user wants extra and/or structured loggging/errors from runc they
      can use the `--log` flag to provide a path to the file where they want
      this information.  This allows a consistent behavior on the cli but
      extra power and information when debugging with logs.
      
      This also includes a change to enable the same logging information
      inside the container's init by adding an init cli command that can share
      the existing flags for all other runc commands.
      
      Signed-off-by: default avatarMichael Crosby <crosbymichael@gmail.com>
      044e2985
  3. Mar 08, 2016
  4. Mar 07, 2016
  5. Mar 06, 2016
  6. Mar 04, 2016
  7. Mar 03, 2016
  8. Mar 02, 2016
  9. Mar 01, 2016
Loading