Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ You can use Cloudera Deploy as your entrypoint for getting started with CDP. The

==== Install Docker

Get the latest version of **Docker**.
Get the latest version of **Docker Engine**.

* https://docs.docker.com/docker-for-windows/install/[For Windows]
* https://docs.docker.com/docker-for-mac/install/[For Macs]
* Linux users, use your package manager.

WARNING: Be sure you uninstall any earlier versions of Docker, i.e. `docker`, and install the latest version, i.e. `docker-ce`. See https://docs.docker.com/engine/install/[Install Docker Engine] for futher details.

==== (Optional) Install Git

NOTE: Git is required if you intend to clone the software for local editing, if you just intend to Run the automation tools you may skip this step.
Expand Down