It'd be sweet to be able to run different commands on the same container.
I think ideally, docker run IMAGE, could optionally take a container ID instead.
Sometimes the container are built up over time, so one time I'd like to run a server on it, another time, execute a script.
It'd be sweet to be able to run different commands on the same container.
I think ideally,
docker run IMAGE, could optionally take a container ID instead.Sometimes the container are built up over time, so one time I'd like to run a server on it, another time, execute a script.