Docker-images: Create multiple database on single docker image

Created on 24 Mar 2017  路  5Comments  路  Source: oracle/docker-images

Hi,
Appreciate your valued posts. We are looking for multiple database instance on single docker image, can we create more that one database using "docker run" command after creating docker image.

Thanks

database question

All 5 comments

This entirely defeats the purpose of Docker (in my opinion). Why don't you just create multiple Docker containers?

I agree with @Djelibeybi. We design these Dockerfiles following best practices. Your use case goes against them.

Agreed! What is the use case for running multiple databases inside one container. Can you shed some light on that for us, please?

@rajeshpasupathy, mind to provide more details on your use case?

Closing this due to lack of response.

Was this page helpful?
0 / 5 - 0 ratings