If you took a database from a single tenant installation you can not that directly to a multi tenant environment.
So if the environment you copied from was single tenant, your docker image should also be single tenant.
A good idea is to make your first Docker container one where you have your DB in the container so you know that the basics works before you try to build one using an external database.