mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
The existing example didn't illustrate how to install strace in the container. In addition, the rhel7 image used is no longer public (and maintained) so not a good image to use in the example. This updates the example to use htop (strace is not working without disabling apparmor for the container) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>