Created
September 21, 2017 18:43
-
-
Save joaodrp/a2abc250cd3a955967378f7e74bc45e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker history hello-world-react | |
IMAGE CREATED CREATED BY SIZE | |
00cf24167b69 20 seconds ago /bin/sh -c apk del nodejs 26.7kB | |
26d976b24d47 22 seconds ago /bin/sh -c #(nop) WORKDIR /usr/share/nginx... 0B | |
c7d9c40c42d8 22 seconds ago /bin/sh -c cp -r ./build/** /usr/share/ngi... 1.95MB | |
f56be85e0f32 25 seconds ago /bin/sh -c npm install --production && n... 183MB | |
da4df67e4bcb 3 minutes ago /bin/sh -c #(nop) COPY dir:268e4e3e6bbc74a... 375kB | |
d50372672895 15 minutes ago /bin/sh -c #(nop) WORKDIR /src/app 0B | |
dbaf6b80e77a 15 minutes ago /bin/sh -c apk --no-cache add nodejs 28.4MB | |
21a2450d623e 3 days ago /bin/sh -c #(nop) CMD ["nginx" "-g" "daem... 0B | |
<missing> 3 days ago /bin/sh -c #(nop) STOPSIGNAL [SIGTERM] 0B | |
<missing> 3 days ago /bin/sh -c #(nop) EXPOSE 80/tcp 0B | |
<missing> 3 days ago /bin/sh -c #(nop) COPY file:1d1ac3b9a14c94... 1.09kB | |
<missing> 3 days ago /bin/sh -c #(nop) COPY file:af94db45bb7e4b... 643B | |
<missing> 3 days ago /bin/sh -c GPG_KEYS=B0F4253373F8F6F510D421... 11.5MB | |
<missing> 3 days ago /bin/sh -c #(nop) ENV NGINX_VERSION=1.13.5 0B | |
<missing> 3 days ago /bin/sh -c #(nop) LABEL maintainer=NGINX ... 0B | |
<missing> 3 days ago /bin/sh -c #(nop) CMD ["/bin/sh"] 0B | |
<missing> 3 days ago /bin/sh -c #(nop) ADD file:9d67752278c0e5a... 3.99MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment