diff --git a/lib/Test/Sandwich/Contexts/MinIO.hs b/lib/Test/Sandwich/Contexts/MinIO.hs
--- a/lib/Test/Sandwich/Contexts/MinIO.hs
+++ b/lib/Test/Sandwich/Contexts/MinIO.hs
@@ -31,6 +31,8 @@
   , testS3Server
   , TestS3Server(..)
   , HasTestS3Server
+  , ContainerOptions(..)
+  , defaultContainerOptions
   , HttpMode(..)
   , NetworkAddress(..)
 
@@ -61,7 +63,7 @@
 import System.FilePath
 import System.IO.Temp
 import Test.Sandwich
-import Test.Sandwich.Contexts.Container (ContainerOptions(..), containerPortToHostPort)
+import Test.Sandwich.Contexts.Container (ContainerOptions(..), containerPortToHostPort, defaultContainerOptions)
 import Test.Sandwich.Contexts.Files
 import Test.Sandwich.Contexts.HttpWaits
 import Test.Sandwich.Contexts.MinIO.Util
@@ -77,6 +79,7 @@
 
 -- * Types
 
+-- | Construct a 'ConnectInfo' (from the @minio-hs@ package) for the given 'TestS3Server'.
 testS3ServerConnectInfo :: TestS3Server -> ConnectInfo
 testS3ServerConnectInfo testServ@(TestS3Server {..}) =
   fromString (toString (testS3ServerEndpoint testServ))
diff --git a/sandwich-contexts-minio.cabal b/sandwich-contexts-minio.cabal
--- a/sandwich-contexts-minio.cabal
+++ b/sandwich-contexts-minio.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           sandwich-contexts-minio
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Sandwich test contexts for MinIO
 description:    Please see README.md
 author:         Tom McLaughlin
