Build an app the Docker way! No worry about Environment setup on different machines. Content extracted from Docker Doc.
Define a container with Dockerfile
Just like other ‘setting’ files, Dockerfile
defines how the app runs in such environment.
A Dockerfile
is placed into the working directory as followings: