Merge pull request #2397 from harche/doc_fix

Docs: Fix incomplete instructions for building using docker
This commit is contained in:
Phil Estes 2018-06-13 17:37:41 -07:00 committed by GitHub
commit c1e1f3d6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ You can build an image from this `Dockerfile`:
FROM golang
RUN apt-get update && \
apt-get install btrfs-tools
apt-get install -y btrfs-tools libseccomp-dev
```
Let's suppose that you built an image called `containerd/build`. From the