LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

docker-container-commit

create image from container state

TLDR

Create image from container
$ docker container commit [container] [image:tag]
copy
Commit with message
$ docker container commit -m "[message]" [container] [image:tag]
copy

SYNOPSIS

docker container commit [options] container [repository[:tag]]

DESCRIPTION

docker container commit creates a new image from a container's changes. This is an alias for docker commit.

INSTALL

sudo apt install docker-cli
copy
sudo dnf install docker-cli
copy
sudo pacman -S docker
copy
sudo apk add docker-cli
copy
sudo zypper install docker
copy
brew install docker
copy
nix profile install nixpkgs#docker
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid