mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
7 lines
239 B
Go
7 lines
239 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package isolation provides tests around various kinds of isolation, such as
|
|
// artifact downloading, PID namespacing, and chroot task environments.
|
|
package isolation
|