Android .apk running in a Docker container on aarch64 system?

I’m new to Docker and cannot find an answer anywhere. Is it possible to take an existing single Android app (.apk) and install it inside a Docker container and run it on an aarch64 (ARM64) system? This would not be installing an entire OS to to run a single app, but just have the single app. Thanks.