$ git clone https://github.com/BVLC/caffe.git $ sudo docker build -t caffe:cpu standalone/cpu
$ sudo docker run -ti caffe:cpu caffe --version
If there is no problem, you would see the message like the followings.
libdc1394 error: Failed to initialize libdc1394 caffe version 1.0.0-rc3
$ sudo docker run -ti --name <container name> caffe:cpu bash
S.Yatsuzuka