Vagrant with docker provider

Is the Vagrant docker provider still supported? I am hitting many corner cases and see little to no help on line.

I seem to be unable to configure my Dockerfile, build, or create args to produce a container that does not exit immediately.

Does Vagrant insert an entrypoint that is /container/tool/run? What is that application?

No matter what cmd or docker-run command line I give the container, the output is identical:

*** INFO | 2025-04-25 23:11:02 | CONTAINER_LOG_LEVEL = 3 (info)
*** INFO | 2025-04-25 23:11:02 | Killing all processes...

The issue seems to happen be if I start my container with any of the following parameters

  • -u 1000
  • -u 1000:1000
  • -v /etc/group:/etc/group:ro