Making permanent changes to a container

Yes you can… but only in the image (see the Dockerfile) but never ever in a container. (Sorry for the bad joke)

You can code the installation in a Dockerfile or… everytime you start the container with some automation (I think here to a entrypoint.sh script fired everytime the container is created).

1 Like