Commit graph

72 commits

Author SHA1 Message Date
Jo Cook
3732a475cb
Update README.md
Extended my two edits to specify that they only apply if running in a container.
2021-02-23 17:25:12 +00:00
Jo Cook
cf7c50bf33
Update README.md
Clarified that log files are created inside the container so that new users (ie me) don't spend ages wondering where the logs are!
2021-02-23 12:15:22 +00:00
Dan Salmon
b7d8805ce1
Update README.md
Grammar fixes
2020-11-30 14:44:00 +00:00
Constantin Bugneac
1ea667f2f0 Remove container after run. 2020-11-17 21:49:07 +00:00
Thomas Sjögren
5210cc9ff9 by an appropriate
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-04-17 13:11:37 +02:00
Thomas Sjögren
1c2b912aa2 fix MacOSX volume, and lint
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-04-17 08:25:44 +02:00
Thomas Sjögren
3c38419c5b update README, correct volume binary paths
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-04-16 17:17:51 +02:00
Ilya Dus
51bc75eb55 fix(docs): explain the need of mounting /lib/systemd/system folder for Ubuntu
Signed-off-by: Ilya Dus <ilyadoos@gmail.com>
2020-04-10 16:27:32 +03:00
Thomas Sjögren
b3488e7d1f macOS user instructions. ref #158
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-04-01 13:19:55 +02:00
wilmardo
155c739fc9 feat: all mixes of include and excludes are now supported
Signed-off-by: wilmardo <info@wilmardenouden.nl>
2019-12-09 15:19:17 +01:00
wilmardo
f1c4dc4cd6 docs: Adds example of combining include and exclude
Signed-off-by: wilmardo <info@wilmardenouden.nl>
2019-12-05 16:21:46 +01:00
Thomas Sjögren
b354514d29
Merge pull request #385 from J0WI/ro
Mount volumes read only
2019-08-29 15:13:34 +02:00
J0WI
59c289eefe Mount volumes read only
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-08-29 15:11:26 +02:00
Thomas Sjögren
d1934b614e
Merge pull request #390 from jammasterj89/master
Issue #383 ability to exclude images
Closes #383, #369
2019-08-29 15:10:53 +02:00
jammasterj89
ef206be6e0 Remove -t parameter
Removed -t parameter

Signed-off-by: Niall T <jammasterj89@gmail.com>
2019-08-29 13:37:59 +01:00
Thomas Sjögren
7685c0417a update CIS Docker Benchmark version and link
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2019-08-26 14:12:03 +02:00
Thomas Sjögren
166ccf7832 add binaries as volumes #371
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2019-04-10 13:15:33 +02:00
kakakakakku
c560b044e4 Updated README.md
Signed-off-by: Yoshiaki Yoshida <y.yoshida22@gmail.com>
2019-01-17 21:04:46 +09:00
Thomas Sjögren
9d9da6d375 exclude docker-bench-security container #286
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2018-11-23 10:50:34 +01:00
Thomas Sjögren
1647e47976 update README
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2018-10-25 11:39:35 +02:00
Thomas Sjögren
704471c52d update README #330
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2018-10-23 12:16:55 +02:00
Thomas Sjögren
f78145214a add -e option to exclude checks
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2018-05-10 14:45:59 +02:00
Mike Ritter
a3094ac5c6 New Features
Signed-off-by: Mike Ritter <mike.ritter@target.com>
2018-02-27 08:43:51 -06:00
Thomas Sjögren
83ed8122ef update the README about community checks
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2018-01-18 11:28:36 +01:00
Thomas Sjögren
d92a8abe13 update README with examples
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2018-01-16 13:45:06 +01:00
Thomas Sjögren
3633545c35
Merge pull request #268 from jhermann/patch-1
Add "--userns host" to `docker run` example
2017-11-23 10:23:09 +01:00
Ernst de Haan
173d347c52
Trivial: fixed typo in README file.
Fixed a small typo; changed “[…] was build to” to “[…] was built to”
2017-11-20 15:22:24 +01:00
Jürgen Hermann
a4afe51cb6 Add "--userns host" to docker run example
If UID remapping is configured as a default, it has to be defeated.

Signed-off-by: Juergen Hermann <jh@web.de>
2017-11-20 15:14:05 +01:00
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