Skip to content

Instantly share code, notes, and snippets.

@LeoCBS
Created March 11, 2015 19:33
Show Gist options
  • Save LeoCBS/f56552f0311ceb6dc95f to your computer and use it in GitHub Desktop.
Save LeoCBS/f56552f0311ceb6dc95f to your computer and use it in GitHub Desktop.
saída image docker
Sending build context to Docker daemon 98.3 kB
Sending build context to Docker daemon
Step 0 : FROM ubuntu:14.04
---> 2d24f826cb16
Step 1 : MAINTAINER likang
---> Using cache
---> 20b513cdff4a
Step 2 : RUN apt-get update
---> Using cache
---> 0b7c32020c8d
Step 3 : RUN apt-get install -y python python-pip python-dev libxml2-dev libxslt-dev libffi-dev libssl-dev
---> Using cache
---> 6405a0b87f8c
Step 4 : RUN pip install lxml && pip install pyopenssl && pip install Scrapy && pip install service_identity
---> Using cache
---> 6bc06c32dfae
Step 5 : RUN apt-get install -y git
---> Using cache
---> f86ccaba0d25
Step 6 : RUN mkdir /scrapyguj
---> Using cache
---> 9d2c1b35e294
Step 7 : RUN cd /scrapyguj; git clone https://github.com/LeoCBS/guj.git
---> Using cache
---> 0f6f7a80dbcb
Step 8 : WORKDIR /scrapyguj/guj
---> Using cache
---> 097cfa0924e0
Step 9 : CMD scrapy crawl java -o items.json
---> Using cache
---> 91b67f7a3b30
Step 10 : VOLUME /scrapyguj/guj
---> Running in 2f0384c56e97
---> 6dfd289a80e2
Removing intermediate container 2f0384c56e97
Successfully built 6dfd289a80e2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment