SvenDowideit / dockerfiles

dockerfiles that I use
http://fosiki.com
MIT License
212 stars 59 forks source link

Cannot find any docs about "CMDBUILD" and "CMDRUN" #4

Closed hydra1983 closed 10 years ago

hydra1983 commented 10 years ago

Are these two commands unrevealed?

I got this when build the images

 ---> caa04aa09d69
Step 1 : CMDBUILD docker build -t svendowideit/samba https://raw.githubusercontent.com/hydra1983/dockerfiles/master/samba/Dockerfile
# Skipping unknown instruction CMDBUILD
Step 2 : CMDRUN  docker run svendowideit/samba
# Skipping unknown instruction CMDRUN
```shell
SvenDowideit commented 10 years ago

no, those are local hints - I have a few shell aliases that grep for those lines

so in a dir that has a Docker file, I can build and run and it just does what i want

hydra1983 commented 10 years ago

I C, thank you