summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 83c53b9..b18ba45 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -635,6 +635,11 @@ impl<'docker> Containers<'docker> {
}
/// Returns a reference to a set of operations available to a specific container instance
+ ///
+ /// # Warning
+ ///
+ /// This function does not check whether the container with `name` actually exists and returns
+ /// a potentially invalid handle.
pub fn get<S>(
&self,
name: S,