Project

General

Profile

Actions

action #37282

closed

[qam][sle] Add docker-init and manpage

Added by pgeorgiadis almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Enhancement to existing tests
Target version:
-
Start date:
2018-06-13
Due date:
% Done:

0%

Estimated time:
Difficulty:
easy

Description

https://build.suse.de/request/show/166497 got released.

Please add/write two new test cases for the following bugs:

* bsc#1085117 (man pages for individual docker CLI commands missing)
* bsc#1091633 ([TRACKERBUG] ECO#324652: [ECO] [MODULE] Add docker-init to the containers module)

e.g. extracted from Pavel's testreport:

Before:
$ man docker build # works
$ man docker config # missing
After:
$ man docker build # works
$ man docker config # works
After:
# docker run --rm -it opensuse/tumbleweed bash
df94d595b715:/ # ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.3  0.1  16588  5852 pts/0    Ss   08:35   0:00 bash
root        19  0.0  0.0  30076  3120 pts/0    R+   08:35   0:00 ps aux
df94d595b715:/ # exit
# docker run --rm -it --init opensuse/tumbleweed bash
88f58f80d00e:/ # ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0   1048     4 pts/0    Ss   08:35   0:00 /dev/init -- bash
root         7  0.0  0.1  16588  5900 pts/0    S    08:35   0:00 bash
root        21  0.0  0.0  30076  3108 pts/0    R+   08:35   0:00 ps aux
88f58f80d00e:/ # exit
Actions

Also available in: Atom PDF