Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway10122
1708 days ago
One main use for Docker we have is running integration tests on local docker compose containers and/or using testcontainers library
Can rancher solve this usecase?
1 comments
shelajev
1708 days ago
I don't think it runs Docker. You can run minikube and use it for Docker workloads, which should work with testcontainers.
https://minikube.sigs.k8s.io/docs/commands/docker-env/
link
https://minikube.sigs.k8s.io/docs/commands/docker-env/