Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Mar 15, 2018
1 parent 31c9559 commit e380185
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/bad-mount-cryptomining/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ To make sure you're starting from scratch, first run `docker-compose -f demo.yml

Then run `docker-compose -f demo.yml up --build` to create the `host-machine`, `attacker-server`, and `falco` containers.

You will see fairly verbose output from dockerd:

```
host-machine_1 | crond: crond (busybox 1.27.2) started, log level 6
host-machine_1 | time="2018-03-15T15:59:51Z" level=info msg="starting containerd" module=containerd revision=9b55aab90508bd389d7654c4baf173a981477d55 version=v1.0.1
host-machine_1 | time="2018-03-15T15:59:51Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
host-machine_1 | time="2018-03-15T15:59:51Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
```

When you see log output like the following, you know that falco is started and ready:

```
Expand Down

0 comments on commit e380185

Please sign in to comment.