DockerFile

access_time 1707910200000 face clouddevopshub
What is docker file ? Dockerfile is a text document that contains all the commands i.e Run set of commands on command line to assemble an image. Docker can build images automatically by reading the instructions from a Docker file Simple Dockerfile FROM ubuntu MAINTAINER clouddevopshub@gmail.com RUN ...