docker compiler development code to make a mirror

// will develop mirror file is written 
 // first file operation requires Dockerfile 

// reads 

// the FROM python underlying operating system or operating environment (not to mention size and version)
 // such FROM ubuntu python or the FROM 
FROM ubuntu 

/ / copy the file on the host to the mirror to be more cOPY configuration files over the past
 // file cOPY need to copy files in the mirror folder will be created automatically if there is no mirror 
cOPY / home / ubuntu / xxxx / App /     


RUN 

CMD

 

 

 

to be continued.......

Guess you like

Origin www.cnblogs.com/zengxm/p/11538266.html