From 4ac6d07509cf6a46eaa42bf72dd6194085e009cd Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Mon, 22 Feb 2016 15:44:14 -0800 Subject: [PATCH] docs: Tweak a command in getting started with rkt --- Documentation/getting-started-rkt.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/getting-started-rkt.md b/Documentation/getting-started-rkt.md index 096c7b8d..0416c65d 100644 --- a/Documentation/getting-started-rkt.md +++ b/Documentation/getting-started-rkt.md @@ -42,7 +42,7 @@ EOF' ## Application Container -Run `bootcfg` on the `metal0` network, with a known IP we'll use in later steps with DNS. +Run `bootcfg` on the `metal0` network, with a known IP we'll have DNS point to. sudo rkt trust --prefix quay.io/coreos sudo rkt --insecure-options=image fetch docker://quay.io/coreos/bootcfg @@ -73,11 +73,12 @@ Add the `metal0` interface to the trusted zone in your firewall configuration. sudo firewall-cmd --add-interface=metal0 --zone=trusted -Since the virtual network has no network boot services, use the `dnsmasq` ACI to set up an example iPXE environment which runs DHCP, DNS, and TFTP. The `dnsmasq` container can help test different network setups. +Since the virtual network has no network boot services, use the `dnsmasq` ACI to create an iPXE network boot environment which runs DHCP, DNS, and TFTP. The `dnsmasq` container can help test different network setups. Build the `dnsmasq.aci` ACI. cd contrib/dnsmasq + ./get-tftp-files sudo ./build-aci Run `dnsmasq.aci` to create a DHCP and TFTP server pointing to config server.