Install Docker in Windows-like systems - Ansible module win_chocolatey — Video Tutorial
How to automate the installation of the latest version of Docker Desktop in your Windows-like system with Ansible Playbook and Chocolatey.
Watch Video
Watch "Install Docker in Windows-like systems - Ansible module win_chocolatey" on YouTube
What You'll Learn
- How to Install Docker in Windows-like systems with Ansible?
- Ansible module win_chocolatey
- Parameters
- Links
- code
- execution
- idempotency
- Conclusion
- Related Articles
Full Tutorial Content
About This Tutorial
- Author: Luca Berton
- Difficulty: Beginner
- Read time: 2 min
- Category: installation
Read the full written article: Install Docker in Windows-like systems - Ansible module win_chocolatey
Topics Covered
Related Video Tutorials
- Install Google Chrome in Windows-like systems - Ansible module win_chocolatey — How to install the latest Google Chrome Stable on a Windows-like workstation using the chocolatey package manager. Included Playbook in Windows 2019.
- Install Docker in Debian-like systems - Ansible module apt_key, apt_repository and apt — How to automate the installation of the docker-ce engine in Ubuntu 20.04 LTS x86_64 (or amd64) using Ansible Playbook. The procedure is going to take care of the GPG signing key, add a repository into the sources list, and install the latest docker-ce package. Included Demo for Debian-like workstation (Debian and Ubuntu).
- Ansible Playbook for Installing Docker on Linux Systems — Learn how to install Docker on Linux systems using an Ansible playbook. Follow our guide for a seamless Docker setup and start process.
- Ansible win_chocolatey Module: Install Windows Software Packages (Guide) — How to install software on Windows with Ansible win_chocolatey module (chocolatey.chocolatey.win_chocolatey). Manage packages, install, upgrade, remove. Practical YAML examples.
- Build a Custom Ansible Execution Environment Easily — Learn how to build a custom Ansible Execution Environment using the ansible-builder tool. Manage system, Python, and collection dependencies effectively.
- Build & Run Ansible Execution Environments Effectively — Discover how to build and run Ansible Execution Environments using ansible-builder and ansible-runner tools. Simplify your automation setup with container technology.