aerospike-server.docker icon indicating copy to clipboard operation
aerospike-server.docker copied to clipboard

--fgdaemon should be used instead of --foreground?

Open fillest opened this issue 9 months ago • 1 comments

For example, community/ubuntu24.04/entrypoint.sh uses --foreground flag. The docs state "Do not use if you are running Docker" and for --fgdaemon it states:

"new-style" (foreground) daemon. This is useful for running Aerospike under systemd or Docker.

fillest avatar Jan 17 '25 23:01 fillest