Hello All - I have some questions on Docker:
1). I can develop a J2EE app and deploy it to the app server (i.e. tomcat, websphere, etc.) and start using the app. If I am to run the app server in Docker, can I just deploy this same J2EE app to the app server in Docker and everything will work just fine, without any rewrite of the Java app to Docker specification?
2). Same for database - if I run Oracle under Docker already, is there a need to create special version of SQL script to run on Oracle in the container?
Thanks.