I need to use a different command than the default command to start my container. This is because on using the default command it crashes, hence i can't start my container and then make use of 'docker exec' to get into the container.
In a nutshell, I want to be able to start a shell where I can check out all the contents of my container. ( my container was created with the -it option )