diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-12-11 16:11:46 -0800 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2018-12-11 16:11:46 -0800 |
commit | 73e67f5295d372852b29cfc0be2e4b48b2e4e69e (patch) | |
tree | 1565d8b875765d5902e2a9db620ad90cfa586cf0 | |
parent | a5949510b0abbdf0041242364b1e6ca2a82eedf4 (diff) |
Preparing Host Image build: minor edits
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
-rw-r--r-- | docs/getting-started/image-workflow-prep-host.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/getting-started/image-workflow-prep-host.md b/docs/getting-started/image-workflow-prep-host.md index 5bfaec1..d1027aa 100644 --- a/docs/getting-started/image-workflow-prep-host.md +++ b/docs/getting-started/image-workflow-prep-host.md @@ -31,12 +31,13 @@ section for more information on the ready-made images. CentOS, or Debian. If you must use a build host that is not a native Linux machine, you can - install and use a Docker container. + install and use Docker to create a container that allows you to work as + if you are using a Linux-based host. The container contains the same development environment (i.e. distros, packages, and so forth) as would a properly prepared build host running a supported Linux distribution. For information on how to install and set up this Docker container, see the - "[Setting Up a Docker Container](./setup-sdk-environment.html)" + "[Setting Up a Docker Container](./docker-container-setup.html)" section. 2. **Be Sure Your Build Host Has Enough Free Disk Space:** |