Commit graph

44 commits

Author SHA1 Message Date
Thomas Sjögren
55a8ec6b39 require Docker 1.13 or later
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-09-21 10:22:26 +02:00
Thomas Sjögren
3736e0e711 docs
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-07-07 12:03:40 +02:00
Thomas Sjögren
e8d553b4c0 Update to CIS Docker Community Edition Benchmark
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-07-07 10:22:27 +02:00
LorensK
e1fcdb8c3d Minor clarification
i spent too many seconds pondering whether non-systemd OSs are supported. Using "might" instead of "may" removes the ambiguity.

Signed-off-by: Lorens Kockum <LorensK@users.noreply.github.com>
2017-03-13 12:41:09 +01:00
Thomas Sjögren
ea39505778 use grep if auditctl isnt present, closes #150
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-01-25 10:22:08 +01:00
Thomas Sjögren
7a26b307ec update version and image
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-01-24 15:54:35 +01:00
Thomas Sjögren
bed663d028 correct sections
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-01-23 17:41:29 +01:00
Thomas Sjögren
a91d2fca56 1.12 benchmark
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-01-23 12:05:01 +01:00
Thomas Sjögren
2204534b20 markdown lint
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-01-20 12:25:56 +01:00
Thomas Sjögren
d617e9ba57 Fixes #164
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-01-20 12:16:50 +01:00
Thomas Sjögren
09ccf6ca1f mention adjusting volumes
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2016-07-21 22:00:47 +02:00
Thomas Sjögren
f75cb30aaa issue 145
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2016-05-15 17:30:51 +02:00
Thomas Sjögren
34e765cff5 correct image link
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2016-04-21 20:33:32 +02:00
Diogo Mónica
3f950f1ad8 Update CIS benchmark PDF to 1.11 2016-04-20 09:59:25 -07:00
HuKeping
322124c1dc Docs: update readme
Signed-off-by: Hu Keping <hukeping@huawei.com>
2015-10-22 17:11:10 +08:00
lusitania
10f0689b02 use compose to improve readability
Signed-off-by: Peter <lusitania@users.noreply.github.com>
2015-10-06 07:30:21 +02:00
Diogo Mónica
8940c404fa Changing to official docker hub image 2015-08-12 21:43:01 -07:00
Thomas Sjögren
ad5673d2fd typo
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2015-08-03 23:49:30 +02:00
Thomas Sjögren
ba438ec555 Mention the distros directory. Issue #65
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2015-07-30 23:14:23 +02:00
Thomas Sjögren
815b369237 label rule for 1.8
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2015-07-25 14:20:56 +02:00
Diogo Mónica
7efb4b1d95 Update README 2015-06-28 11:00:37 -07:00
Thomas Sjögren
2dbfdd112f consistent labeling
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2015-06-19 23:31:44 +02:00
Diogo Mónica
23a74b5bd0 Fixing local running of container in README 2015-06-17 11:25:52 -07:00
Diogo Mónica
e8c3571a84 Fixed Examples 2015-06-16 17:21:54 -07:00
Thomas Sjögren
cf7b13d5ba add cap_audit_control for auditctl to work
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2015-06-15 22:15:24 +02:00
Thomas Sjögren
eca8471c71 Merge branch 'master' of github.com:konstruktoid/docker-bench-security into issue_25
* 'master' of github.com:konstruktoid/docker-bench-security:
  Fix test 5.14 to not always pass when multiple ports are published.
  change to docker repository
  make readme codeblocks prettier
  Add first version of CONTRIBUTING.md
  Issue #24, remove -U, -u
  use official alpine image as the base
  Make the main script an executable for if I want to run it on my host

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>

Conflicts:
	README.md
2015-06-15 22:01:48 +02:00
Thomas Sjögren
41a0f63013 change to docker repository
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2015-06-14 23:54:15 +02:00
Thomas Sjögren
5c3c36c5ca New README
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2015-06-14 23:03:11 +02:00
Jessica Frazelle
de92a18648 make readme codeblocks prettier
Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-06-11 16:54:23 -07:00
Thomas Sjögren
f4ee80ba3e add -v /var/lib:/var/lib
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2015-06-11 21:37:44 +02:00
Diogo Mónica
2700ef95ba Taking read-only out
Mounting `/etc:ro` was causing issues in OpenSuse and Centos 5.6
2015-06-01 09:16:17 -07:00
Paul Czarkowski
e5a5d1fc9c Update README.md
document mounting volumes to container as read only.

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2015-05-29 15:13:21 -05:00
Diogo Mónica
34c784dcbf Update README.md 2015-05-27 15:26:23 -07:00
Diogo Mónica
66e7fc9ec6 Small tweaks to README 2015-05-27 15:24:26 -07:00
Diogo Mónica
9a6e841f5b Updating Readme 2015-05-27 15:10:09 -07:00
Diogo Monica
a4cd4aa511 Rename to docker-bench-security 2015-05-27 15:08:25 -07:00
Diogo Monica
aa24306b04 Rename to docker-bench 2015-05-25 20:21:45 -07:00
Diogo Mónica
e1e8eb24b9 Update README 2015-05-14 20:33:02 -07:00
Diogo Mónica
f8f5819822 Updated README 2015-05-14 20:31:08 -07:00
Diogo Mónica
edf562f080 Changed README with Docker 1.6 requirement. 2015-05-14 15:51:55 -07:00
Diogo Mónica
fc99d5c9f6 Adding screenshot to readme 2015-05-14 14:34:03 -07:00
Diogo Monica
1c795f146e Added filtering to ignore security-benchmark container 2015-05-13 19:22:39 -07:00
Diogo Monica
1cd54124c7 Updated Readme to reflect --label need 2015-05-13 17:10:50 -07:00
Diogo Monica
18d5a13240 First version of the CIS Docker Benchmark v1.0.0 2015-05-13 15:26:45 -07:00