August 2018
Intermediate to advanced
372 pages
9h 29m
English
The ENV command is used to create environmental variables in the system. The following ENV command is used as part of the previously mentioned Dockerfile in order to define the JAVA_HOME variable:
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
Read now
Unlock full access