mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
- Remove extraneous '-' in sudo note. - Correct space formatting (minor). - Simplify instructions for install EPEL and install with yum directly. - Add `nodejs` to yum install list explicitly to match the comments -- more transparent for new users who might not be clear `npm` package also installs `nodejs`. - Remove '--noprealloc` from MongoDB example as the option has been depcated since Mongo 2.6 and is now the default behaviour. See: http://docs.mongodb.org/manual/reference/program/mongod/ Signed-off-by: Charles Chan <charleswhchan@users.noreply.github.com> Upstream-commit: 549c8ea96eb036d60e3c9eea1ed8eb2d817e885a Component: engine