i installed docker, and download some ubuntu "docker pull ubuntu" then made few changes. how can I save that to image file and run on other pc?
After pull - execute image with interactive flags. Configure system, and commit this image. After this you will have new image in you PC. This image you can distribute. All commands read in docker help.