You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](http://slack.testcontainers.org/)
7
+
[](https://slack.testcontainers.org/)
[](https://github.com/oleg-nenashev/testcontainers-c/releases)
10
10
11
-
!!! warning
12
-
This is a prototype.
13
-
There is a lot to do before it can be distributed and used in production, see the GitHub Issues
14
-
and the [project roadmap](./ROADMAP.md)
11
+
> [!WARNING]
12
+
> This is a prototype. There is a lot to do before it can be distributed and used in production, see the GitHub Issues and the [project roadmap](./ROADMAP.md)
15
13
16
14
This is not a standalone [Testcontainers](https://testcontainers.org/) engine,
17
15
but a C-style shared library adapter for native languages like C/C++, D, Lua, Swift, etc.
@@ -20,7 +18,7 @@ The project is based on [Testcontainers for Go](https://golang.testcontainers.or
20
18
which is one of the most powerful Testcontainers implementations.
21
19
22
20
Contributions and feedback are welcome!
23
-
Also join the `#testcontainers-native` channel on the [Testcontainers Slack](http://slack.testcontainers.org/).
21
+
Also join the `#testcontainers-native` channel on the [Testcontainers Slack](https://slack.testcontainers.org/).
24
22
25
23
## Key Features
26
24
@@ -88,9 +86,7 @@ describes how it can be done in principle.
88
86
## Credits
89
87
90
88
Using a complex Golang framework from C/C++ is not trivial.
91
-
Neither the CMake files are.
92
-
This project would not succeed without many quality articles
93
-
and help from the community.
89
+
Neither are the CMake files. This project would not succeed without many quality articles and help from the community.
94
90
95
91
Kudos to:
96
92
@@ -102,12 +98,12 @@ Kudos to:
102
98
[An Adventure into CGO - Calling Go code with C](https://medium.com/@ben.mcclelland/an-adventure-into-cgo-calling-go-code-with-c-b20aa6637e75)
103
99
-[Insu Jang](https://github.com/insujang) for
104
100
[Implementing Kubernetes C++ Client Library using Go Client Library](https://insujang.github.io/2019-11-28/implementing-kubernetes-cpp-client-library)
105
-
-Infinite number of StackOverflow contributors
101
+
-An infinite number of StackOverflow contributors
106
102
107
103
## Discuss
108
104
109
105
For any questions and feedback,
110
-
join the `#testcontainers-native` channel on the [Testcontainers Slack](http://slack.testcontainers.org/).
106
+
join the `#testcontainers-native` channel on the [Testcontainers Slack](https://slack.testcontainers.org/).
0 commit comments