Building Images

  • You can also define your own images pretty easily
  • The definitions usually goes in a "Dockerfile"
  • Define the starting point for where to build from
  • Use sequential commands to define the desired environment state
  • Run the build with docker build .

4 / 25