Documentation
¶
Overview ¶
Package constants contains strings and const to be used through the whole application.
Index ¶
Constants ¶
View Source
const ( // KeepID is the string we use for user namespace settings. KeepID string = "keep-id" // Host is the string we use for shared namespaces. Host string = "host" // Private is the string we use for private namespaces. Private string = "private" )
View Source
const BusyboxURL = "https://busybox.net/downloads/binaries/1.35.0-x86_64-linux-musl/busybox"
BusyboxURL is the download link to the statically compiled version of busybox to use if we've got missing dependencies.
View Source
const FilterSeparator = "\000"
FilterSeparator is the char we use to separate multiple filters in a single array.
View Source
const PtyAgentPath = "/usr/sbin/pty"
PtyAgentPath is the path inside the container where we put the pty agent.
View Source
const TrueString = "true"
TrueString is useful for easy string comparisons with bools.
Variables ¶
View Source
var Version = "development"
Version of lilipod. This should be overwritten at compile time.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.