You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
To set the ulimit unlimited, the value of ulimit can be -1. So parsing fails with this values. I am in stuck. Please see this issue ehazlett/interlock#154.
// Ulimit is a human friendly version of Rlimit.typeUlimitstruct {
NamestringHardint64Softint64
}
// Rlimit specifies the resource limits, such as max open files.typeRlimitstruct {
Typeint`json:"type,omitempty"`Harduint64`json:"hard,omitempty"`Softuint64`json:"soft,omitempty"`
}
To set the ulimit
unlimited
, the value of ulimit can be-1
. So parsing fails with this values. I am in stuck. Please see this issue ehazlett/interlock#154.Any ideas?
Docker prints this:
At https://github.com/samalba/dockerclient/blob/master/types.go#L516-L520
And for information https://github.com/docker/go-units/blob/master/ulimit.go#L9-L21
And https://github.com/docker/go-units/blob/master/ulimit.go#L106-L114
Full log:
The text was updated successfully, but these errors were encountered: