$ docker run -it centos:centos6 /bin/bash ... Do your stuff, make note of container id. Use container id to commit changes.
$ docker commit 9f52f3eb0ee5 kmsola/hue-3.7.1-sparky $ docker push kmsola/hue-3.7.1-sparky
$ docker run -it kmsola/hue-3.7.1-sparky /bin/bash
Content type
Image
Digest
sha256:74277e8f0…
Size
321.7 MB
Last updated
almost 11 years ago
docker pull kmsola/hue-3.7.1-sparky