Skip to content

Commit

Permalink
doc: changed apt-get to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanheuverzwijn committed Jan 21, 2019
1 parent 6bf8620 commit d4894c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Examples can be found in the `examples` directory of this repository.

## Troubleshoot
### Error `/usr/local/bin/entrypoint.sh: line 15: ps: command not found`
Some base image such as debian "-slim" variant does not come with `ps` installed. Entrypoint needs `ps` to list remaining process so it can terminate them. Install ps with `apt-get update && apt-get install procps -y` in your image.
Some base image such as debian "-slim" variant does not come with `ps` installed. Entrypoint needs `ps` to list remaining process so it can terminate them. Install ps with `apt update && apt install procps -y` in your image.

0 comments on commit d4894c9

Please sign in to comment.