mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
f3c4ec8c0e
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ func IsolationIsProcess() bool {
|
||||||
return IsolationIs("process")
|
return IsolationIs("process")
|
||||||
}
|
}
|
||||||
|
|
||||||
// RegistryHosting returns wether the host can host a registry (v2) or not
|
// RegistryHosting returns whether the host can host a registry (v2) or not
|
||||||
func RegistryHosting() bool {
|
func RegistryHosting() bool {
|
||||||
// for now registry binary is built only if we're running inside
|
// for now registry binary is built only if we're running inside
|
||||||
// container through `make test`. Figure that out by testing if
|
// container through `make test`. Figure that out by testing if
|
||||||
|
|
Loading…
Add table
Reference in a new issue