Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quickstart firecracker notes #495

Merged
merged 1 commit into from
Aug 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,23 +273,10 @@ otherwise continue with the manual steps.
We have to use a custom built firecracker from the macvtap branch
([see][discussion-107]).

```bash
git clone https://github.com/firecracker-microvm/firecracker.git
git fetch origin feature/macvtap
git checkout -b feature/macvtap origin/feature/macvtap
# This will build it in a docker container, no rust installation required.
tools/devtool build

# Any directories on $PATH.
TARGET=~/local/bin
toolbox=$(uname -m)-unknown-linux-musl

cp build/cargo_target/${toolbox}/debug/{firecracker,jailer} ${TARGET}
```

If you don't have to compile it yourself, you can download a pre-built version
from the [Pre-requisities discussion][discussion-107].
You can get the release from [here][firecracker-release] note that flintlock <= `v1.2.0` requires
firecracker `v0.25.2-macvtap`.

[firecracker-release]: https://github.com/weaveworks/firecracker/releases
[discussion-107]: https://github.com/weaveworks-liquidmetal/flintlock/discussions/107

## Set up and start flintlock
Expand Down