Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Jul 22, 2024
1 parent 2da3786 commit 355af43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ type ProviderOption func(*registry.ProviderOptions)
// enabling use of the library from within a container, or an alternate root path on linux.
// For example, WithHostFS("/hostfs") can be used when /hostfs points to the root filesystem of the container host.
// For full functionality, the alternate hostfs should have:
// - /proc
// - /var
// - /etc
// - /proc
// - /var
// - /etc
func WithHostFS(hostfs string) ProviderOption {
return func(po *registry.ProviderOptions) {
po.Hostfs = hostfs
Expand Down

0 comments on commit 355af43

Please sign in to comment.