This commit is contained in:
WeJie 2019-09-17 23:27:40 +08:00 committed by Olly P
parent 7aa6e8a27d
commit fbc379d183
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ in containers.
To fix this problem, try the following:
* Make sure you're using the JSON form of `CMD` and `ENTRYPOINT`
* Make sure you're using the exec form of `CMD` and `ENTRYPOINT`
in your Dockerfile.
For example use `["program", "arg1", "arg2"]` not `"program arg1 arg2"`.