package context
import "github.com/docker/cli/cli/context"
Index ¶
Types ¶
type EndpointMetaBase ¶
EndpointMetaBase contains fields we expect to be common for most context endpoints
type TLSData ¶
TLSData holds ca/cert/key raw data
func LoadTLSData ¶
LoadTLSData loads TLS data from the store
func TLSDataFromFiles ¶
TLSDataFromFiles reads files into a TLSData struct (or returns nil if all paths are empty)
func (*TLSData) ToStoreTLSData ¶
func (data *TLSData) ToStoreTLSData() *store.EndpointTLSData
ToStoreTLSData converts TLSData to the store representation
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
cli/context/docker | |
cli/context/store | Package store provides a generic way to store credentials to connect to virtually any kind of remote system. |
- Version
- v28.1.1+incompatible (latest)
- Published
- Apr 18, 2025
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 4 hours ago –
Tools for package owners.