SvenDowideit / dockerfiles

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

How can I build Samba image? #3

Closed hydra1983 closed 10 years ago

hydra1983 commented 10 years ago

To build this image https://github.com/SvenDowideit/dockerfiles/tree/master/samba, should I run?

docker build -t svendowideit/samba .
SvenDowideit commented 10 years ago

mmm, yeah - though really you should give it your own repository username :) or just make it local.

hydra1983 commented 10 years ago

Got it, thank you.