Fix markdownfmt 👼

This commit is contained in:
Tianon Gravi 2015-03-17 18:50:41 -06:00
parent 37983401aa
commit 2138e6afd6
2 changed files with 6 additions and 6 deletions

View File

@ -27,8 +27,8 @@ This example has a virtual image size of only 16 MB. Compare that to our good fr
FROM ubuntu:14.04 FROM ubuntu:14.04
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y mysql-client \ && apt-get install -y mysql-client \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["mysql"] ENTRYPOINT ["mysql"]
This yields us a virtual image size of about 232 MB image. This yields us a virtual image size of about 232 MB image.

View File

@ -18,8 +18,8 @@ This example has a virtual image size of only 16 MB. Compare that to our good fr
FROM ubuntu:14.04 FROM ubuntu:14.04
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y mysql-client \ && apt-get install -y mysql-client \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["mysql"] ENTRYPOINT ["mysql"]
This yields us a virtual image size of about 232 MB image. This yields us a virtual image size of about 232 MB image.