Relay70

Tag: docker

  • Docker Image Modification

    Docker Image Modification

    Two ways to modify an existing docker image. The first way is a standard docker build.The second way is in case you don’t have the original image tar or the docker file.We will be using the standard Fedora docker image. 1 – Rebuilding with dockerfile Download image tar and dockerfile Update dockerfile Build the new…