Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Implement list processes #193

Closed
devimc opened this issue Mar 28, 2018 · 1 comment · Fixed by #194
Closed

Implement list processes #193

devimc opened this issue Mar 28, 2018 · 1 comment · Fixed by #194
Assignees

Comments

@devimc
Copy link

devimc commented Mar 28, 2018

Description of problem

kata-containers ps $CID

returns nothing

Expected result

kata-runtime ps $CID
UID         PID   PPID  C STIME TTY          TIME CMD
root        134    107  0 20:07 ?        00:00:00 bash

Actual result

kata-runtime ps $CID
@devimc devimc self-assigned this Mar 28, 2018
devimc pushed a commit to devimc/kata-agent that referenced this issue Mar 28, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
@devimc devimc added the review label Mar 28, 2018
@devimc devimc changed the title Implement ps command Implement list processes Mar 28, 2018
devimc pushed a commit to devimc/kata-agent that referenced this issue Mar 28, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc pushed a commit to devimc/kata-agent that referenced this issue Apr 3, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc pushed a commit to devimc/kata-agent that referenced this issue Apr 3, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc pushed a commit to devimc/kata-agent that referenced this issue Apr 3, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc pushed a commit to devimc/kata-agent that referenced this issue Apr 3, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc pushed a commit to devimc/kata-agent that referenced this issue Apr 6, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc pushed a commit to devimc/kata-agent that referenced this issue Apr 9, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc pushed a commit to devimc/kata-agent that referenced this issue Apr 10, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc pushed a commit to devimc/kata-agent that referenced this issue Apr 13, 2018
ListProcesses returns a list of running processes inside
the container, this function should be called by the runtime
in the ps command implementation.

fixes kata-containers#193

Signed-off-by: Julio Montes <julio.montes@intel.com>
@jodh-intel
Copy link
Contributor

Dup of #73.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants