I have a running docker container. I have done some useful works in the running docker container. I have done these works not part of dockerfile, i have done it inside the c
If you want to save your modifications, you can use docker commit, see the doc http://docs.docker.com/reference/commandline/cli/#commit and you can also save a container, http://docs.docker.com/reference/commandline/cli/#save