Skip to content

Commit

Permalink
Apply suggestions from Ian's code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Maddaus <[email protected]>
  • Loading branch information
jasonheath and IanMadd authored Jan 10, 2025
1 parent 0fe794f commit ddc6c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/docs-chef-io/content/habitat/install_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions components/docs-chef-io/content/habitat/pkg_exports.md
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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 <FORMAT> <PKG_IDENT>`. See the [Chef Habitat CLI Reference Guide]({{< relref "habitat_cli#hab-pkg-export" >}}) for more CLI information.

Expand Down

0 comments on commit ddc6c04

Please sign in to comment.