We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b27ce9 commit 7df4b0bCopy full SHA for 7df4b0b
TODO.md
@@ -1,11 +1,11 @@
1
Docker:
2
- `arangodb` will not run in docker.
3
- See README.md for details.
+ `arangodb` runs in docker, use the `arangodb/arangodb-starter` image.
+ See README.md for more details.
4
5
future:
6
-- [ ] shutdown via API instead of Kill
+- [x] shutdown via API instead of Kill
7
- [x] observe subprocesses and potentially restart them as long as we are running
8
- [x] configurable base ports
9
-- [ ] free port testing?
10
-- [ ] SSL
+- [x] free port testing
+- [x] SSL
11
- [ ] authentication
0 commit comments