Module context

Module context 

Source
Expand description

Docker context management commands

This module provides commands for managing Docker contexts, which allow you to quickly switch between different Docker daemons.

Re-exports§

pub use create::ContextCreateCommand;
pub use inspect::ContextInspectCommand;
pub use ls::ContextInfo;
pub use ls::ContextLsCommand;
pub use rm::ContextRmCommand;
pub use update::ContextUpdateCommand;
pub use use_context::ContextUseCommand;

Modules§

create
Docker context create command implementation.
inspect
Docker context inspect command implementation.
ls
Docker context ls command implementation.
rm
Docker context rm command implementation.
update
Docker context update command implementation.
use_context
Docker context use command implementation.