I've made a mistake in my apache2.conf and so every time I try to start the container, it exits:
#docker start portail
portail
#docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0c2cd80ab3fc jnyryan/simplesamlphp "/usr/sbin/apache2ct 25 hours ago Exited (1) 1 seconds ago portail
So how can I resolve my problem? I've made many changes in the container and I don't want to lose it.
Do I need to change the start command of the container? If so, how?