Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moby/moby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: projectatomic/docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 16, 2017

  1. Changing README

    jzb committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    fc0d76f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #269 from jzb/master

    Changing README
    runcom authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    9ef7699 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Fix stderr logging for journald and syslog

    logger.PutMessage, added in #28762 (v17.04.0-ce), clears msg.Source. So journald
    and syslog were treating stderr messages as if they were stdout.
    
    Signed-off-by: David Glasser <glasser@davidglasser.net>
    glasser authored and Robb Manes committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    8f98e6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #345 from robbmanes/prevent_logging_crash

    Fix stderr logging for journald and syslog
    rhatdan authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    f9f056e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Free SELinux labels when the labels are not being used

    Currently when lots of containers are created as disabled, each
    container will leak and MCS Label.  Eventually the system will run out
    of labels and go into an infinate loop looking for labels.
    
    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    65efbb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Merge pull request #380 from rhatdan/label

    Free SELinux labels when the labels are not being used
    rhatdan authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    c1ed129 View commit details
    Browse the repository at this point in the history
Loading