Skip to content
Snippets Groups Projects
Commit dfc64d15 authored by Victor Vieux's avatar Victor Vieux
Browse files

Merge pull request #1241 from ryfow/patch-1

Make the ENTRYPOINT example work
parents 9a15db21 e8ad82f9
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ The copy obeys the following rules:
3.8 ENTRYPOINT
--------------
``ENTRYPOINT /bin/echo``
``ENTRYPOINT ["/bin/echo"]``
The ``ENTRYPOINT`` instruction adds an entry command that will not be
overwritten when arguments are passed to docker run, unlike the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment