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: containerd/containerd Loading
base: main
Choose a base ref
...
head repository: ukontainer/containerd Loading
compare: runu-darwin
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 20 files changed
  • 1 contributor

Commits on Oct 30, 2018

  1. darwin: fix mount call for darwin without using union mount

    Signed-off-by: Hajime Tazaki <[email protected]>
    thehajime committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    99edeaa View commit details
    Browse the repository at this point in the history
  2. darwin: add containerd-shim support

    copied from runc runtime and eliminated linux-specific parts (e.g.,
    cgroups, etc).
    
    Signed-off-by: Hajime Tazaki <[email protected]>
    thehajime committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    2c37d8f View commit details
    Browse the repository at this point in the history
  3. darwin: fix ctr run issue due to darwin specific behavior

    This should work !
    ```
    ctr -a /tmp/ctrd/run/containerd/containerd.sock run --fifo-dir \
     /tmp/ctrd --env RUMP_VERBOSE=1 docker.io/thehajime/runu-base:osx \
     hello ping -- 127.0.0.1
    ```
    
    Signed-off-by: Hajime Tazaki <[email protected]>
    thehajime committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ce95e62 View commit details
    Browse the repository at this point in the history
  4. runu: fix default root dir for runu command

    Signed-off-by: Hajime Tazaki <[email protected]>
    thehajime committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    e9a6794 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. darwin: temporary fix for running Linux container on darwin

    Signed-off-by: Hajime Tazaki <[email protected]>
    thehajime committed May 18, 2019
    Configuration menu
    Copy the full SHA
    39aed36 View commit details
    Browse the repository at this point in the history
Loading