Replies: 3 comments 4 replies
-
Thanks @rollulus for opening this discussion which such a funny title :) There is an old and open issue regarding our docs system: #511 Hope it helps in clarifying the situation, which has not changed since then. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Thanks. So if I understand it correctly the docs and releases can get out of sync. Would it help to instruct people to |
Beta Was this translation helpful? Give feedback.
-
Given I'm closing this discussion as solved, even though we acknowledge that #511 is still around. Thanks for your time reporting it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. The quickstart suggests to install the module using
go get github.com/testcontainers/testcontainers-go
which installs v0.33.0. But the code snippet in the quickstart usestestcontainers.CleanupContainer
which is inmaster
but not in v0.33.0.So either the quickstart should use
Terminate
, or a release should be created that hasCleanupContainer
.Didn't want to create an bug/issue because it is demanding too much irrelevant information.
Beta Was this translation helpful? Give feedback.
All reactions