💾 Archived View for freeshell.de › tldr › docker-commit.gmi captured on 2024-02-05 at 10:43:20. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Create a new image from a container’s changes.
docker commit {container} {image}:{tag}
docker commit --change="CMD {command}" {container} {image}:{tag}
docker commit --change="ENV {name}={value}" {container} {image}:{tag}
docker commit --author="{author}" {container} {image}:{tag}
docker commit --message="{comment}" {container} {image}:{tag}
docker commit --pause={false} {container} {image}:{tag}
docker commit --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).