From b95154d7760b2025ab38e75f6e3cb34d333df1d3 Mon Sep 17 00:00:00 2001 From: Jason Heath Date: Fri, 10 Jan 2025 13:24:36 -0500 Subject: [PATCH] Apply suggestions from Ian's code review Signed-off-by: Jason Heath Co-authored-by: Ian Maddaus --- components/docs-chef-io/content/habitat/install_faq.md | 2 +- components/docs-chef-io/content/habitat/pkg_exports.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/docs-chef-io/content/habitat/install_faq.md b/components/docs-chef-io/content/habitat/install_faq.md index fdfac02ab3..7c0910d3bf 100644 --- a/components/docs-chef-io/content/habitat/install_faq.md +++ b/components/docs-chef-io/content/habitat/install_faq.md @@ -39,4 +39,4 @@ If you're staunchly in the anti-curl-bash camp, you can get the latest packages **Q: How do I install `hab` across my server fleet?** -A: For the most part, we leave that up to you. You could just use the aforementioned curl-bash with your provisioner of choice. If your app was dockerize with Chef Habitat then you won't even need to ask this question, because you'll have everything you need inside your container. +A: For the most part, we leave that up to you. You could use the aforementioned curl-bash with your provisioner of choice. If your app was dockerized with Chef Habitat, then you won't even need to ask this question because you'll have everything you need inside your container. diff --git a/components/docs-chef-io/content/habitat/pkg_exports.md b/components/docs-chef-io/content/habitat/pkg_exports.md index 95fc8735e7..f3be0246f0 100644 --- a/components/docs-chef-io/content/habitat/pkg_exports.md +++ b/components/docs-chef-io/content/habitat/pkg_exports.md @@ -1,6 +1,6 @@ +++ title = "Exporting Packages" -description = "Export Chef Habitat packages to Docker, Kubernetes, Helm, or as a tarball " +description = "Export Chef Habitat packages to Docker, Kubernetes, Helm, or as a tar file" gh_repo = "habitat" [menu] @@ -13,7 +13,7 @@ gh_repo = "habitat" Chef Habitat Artifacts--`.hart` files--can be exported in a number of different formats depending on what you need and where you need it. This is powerful because you can use the same immutable Chef Habitat artifact by exporting it into a format that you need for a specific job. -You can export packages into several different external, immutable runtime formats. Currently there are exports for: docker and tar. +You can export packages to a Docker container image or a tar file. The command to export a package is `hab pkg export `. See the [Chef Habitat CLI Reference Guide]({{< relref "habitat_cli#hab-pkg-export" >}}) for more CLI information.