One of the major differences between the standard environment and the flexible environment is the flexible environment's use of Docker. The topic of Docker and container technology in general is largely beyond the scope of this book.
As Docker defines it:
"A container image is a lightweight, stand-alone, executable package of a piece of software that includes everything needed to run it: code, runtime, system tools, system libraries, settings. Available for both Linux and Windows based apps, containerized software will always run the same, regardless of the environment. Containers isolate software from its surroundings, for example differences between development and staging environments and help reduce conflicts between ...