Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow pyrasite-shell to work across 2 docker containers #73

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Oct 6, 2017

  1. --use-mirror argument was deprecated

    Arturas Moskvinas committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    099668f View commit details
    Browse the repository at this point in the history
  2. Disable ptrace protection

    Arturas Moskvinas committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    dc4e1e5 View commit details
    Browse the repository at this point in the history
  3. Remove python 3.2 tests because coverage package has no plans to supp…

    …ort 3.2.X branch
    Arturas Moskvinas committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    a315ab5 View commit details
    Browse the repository at this point in the history
  4. Add 3.5, 3.6 tests

    Arturas Moskvinas committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    7b5739f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Make a few changes so that the server / client processes of pyrasite-…

    …shell can be in two different docker containers.
    
    We need a deterministic listen-back port so the connecting (debugging) container can provide it at launch.
    We need to write the payload file to a temporary location and it should have others read bit set so a container that dropped permissions can still read it.
    
    There are a few settings required in the docker run command of the debugging container process, but not other requirements for the container under inspection.
    thebostik committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    c9bab81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1e87ce View commit details
    Browse the repository at this point in the history