Lightning Labs actually provide Docker compose file which contains both LND and Bitcoin Core at once[1]. You just need to edit the mounting configuration under "volumes".
# https://github.com/lightningnetwork/lnd/blob/master/docker/docker-compose-bitcoind.yml#L6C1-L12C24
bitcoind:
image: bitcoind
container_name: bitcoind
build:
context: bitcoind/
volumes:
- bitcoin:/data
AFAIK most docker package either single application or base OS.
Hello, these might work for you:
For bitcoind: ruimarinho/bitcoin-core
For LND: lightninglabs/lnd
I don't think it's good idea to recommend unofficial Docker for Bitcoin Core that last updated 2 years ago[1]
[1]
https://github.com/lightningnetwork/lnd/blob/master/docker/docker-compose-bitcoind.yml[2]
https://hub.docker.com/r/ruimarinho/bitcoin-core/