mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-26 03:27:30 +00:00
parent
a10b9db721
commit
337154ad35
@ -9,8 +9,8 @@ use crate::utils;
|
|||||||
/// Creates a module with the currently active Docker context
|
/// Creates a module with the currently active Docker context
|
||||||
///
|
///
|
||||||
/// Will display the Docker context if the following criteria are met:
|
/// Will display the Docker context if the following criteria are met:
|
||||||
/// - There is a non-empty enviroment variable named DOCKER_HOST
|
/// - There is a non-empty environment variable named DOCKER_HOST
|
||||||
/// - Or there is a non-empty enviroment variable named DOCKER_CONTEXT
|
/// - Or there is a non-empty environment variable named DOCKER_CONTEXT
|
||||||
/// - Or there is a file named `$HOME/.docker/config.json`
|
/// - Or there is a file named `$HOME/.docker/config.json`
|
||||||
/// - Or a file named `$DOCKER_CONFIG/config.json`
|
/// - Or a file named `$DOCKER_CONFIG/config.json`
|
||||||
/// - The file is JSON and contains a field named `currentContext`
|
/// - The file is JSON and contains a field named `currentContext`
|
||||||
|
Loading…
Reference in New Issue
Block a user