Skip to content

Commit

Permalink
Adds note on popper environments
Browse files Browse the repository at this point in the history
fixes #168
fixes #169
  • Loading branch information
ivotron committed Nov 4, 2017
1 parent 50710fb commit 8d00cb1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/protocol/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,13 @@ Run popper check:
popper check
```

Show logs for blis experiment:
> **NOTE:** By default, `popper check` runs all commands directly on
the host. We recommend running an isolated environment. In order to do
this, one can create an experiment using the `--env` flag of the
`popper init` command. For example, `popper init <exp>
--env=alpine-3.4` runs a command inside an `alpine-3.4` container.

Once an experiment is checked, one can show the logs:

```bash
ls -l experiments/blis/popper_logs
Expand Down

0 comments on commit 8d00cb1

Please sign in to comment.