Container shows up in the list of started containers
Let’s install git on this container by running the command below on the shell:
1
apkaddgit
Now that we have a container running alpine and git installed, let’s create an image of this set up using docker container commit and passing it the name of the alpine container and a name for the resulting image which we will call chan-alpine-image