From 73e67f5295d372852b29cfc0be2e4b48b2e4e69e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 11 Dec 2018 16:11:46 -0800 Subject: Preparing Host Image build: minor edits Signed-off-by: Scott Rifenbark --- docs/getting-started/image-workflow-prep-host.md | 5 +++-- 1 file 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:** -- cgit 1.2.3-korg