Docker Network
When a docker container starts it will start in some network environment based on given inputs, by default it will take private virtual network of docker "bridge"
When a docker container starts it will start in some network environment based on given inputs, by default it will take private virtual network of docker "bridge"
While working with containers, when we run a container it will have all required files and data with in it, as soon as we remove container the data will be lost for ever. This is a unique unique problem of docker.
Docker file supports different keyworkds, they are not too many easy to undersstand. They keswoards are case sensitive and always in uppercase.