Downloads:
73,313
Downloads of v 1.15.1:
24,241
Last Update:
23 Aug 2024
Package Maintainer(s):
Software Author(s):
- SUSE
Tags:
rancher-desktop kubernetes k8s rancher desktopRancher Desktop
This is not the latest version of Rancher Desktop available.
- 1
- 2
- 3
1.15.1 | Updated: 23 Aug 2024
Downloads:
73,313
Downloads of v 1.15.1:
24,241
Software Author(s):
- SUSE
Rancher Desktop 1.15.1
This is not the latest version of Rancher Desktop available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SUSE. The inclusion of SUSE trademark(s), if any, upon this webpage is solely to identify SUSE goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Rancher Desktop, run the following command from the command line or from PowerShell:
To upgrade Rancher Desktop, run the following command from the command line or from PowerShell:
To uninstall Rancher Desktop, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download rancher-desktop --internalize --version=1.15.1 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade rancher-desktop -y --source="'INTERNAL REPO URL'" --version="'1.15.1'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade rancher-desktop -y --source="'INTERNAL REPO URL'" --version="'1.15.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install rancher-desktop
win_chocolatey:
name: rancher-desktop
version: '1.15.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'rancher-desktop' do
action :install
source 'INTERNAL REPO URL'
version '1.15.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller rancher-desktop
{
Name = "rancher-desktop"
Version = "1.15.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'rancher-desktop':
ensure => '1.15.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 23 Aug 2024.
Requirements
Rancher Desktop requires the following on Windows:
- Windows 10 build 1909 or higher. The Home edition is supported.
- Running on a machine with virtualization capabilities.
- Persistent internet connection.
Rancher Desktop requires Windows Subsystem for Linux on Windows; this will automatically be installed as part of the Rancher Desktop setup. Manually downloading a distribution is not necessary.
It is also recommended to have:
- 8 GB of memory
- 4 CPU
Additional resources may be required depending on the workloads you plan to run.
Note: You can use Rancher Desktop as a Non-Admin user on a Windows machine. However, an Admin's intervention is required during the installation process for the below components.
- WSL2 - You need Admin privileges to install WSL2, which is an essential component of Rancher Desktop.
- Rancher Desktop Privileged Service - You need Admin privileges to install the Rancher Desktop privileged service, which is required to expose applications/services, running inside containers, on all interfaces on the host machine. However, you can skip the installation of the Rancher Desktop Privileged Service with the limitation that you will not be able to expose applications/services on any interface except
127.0.0.1
.
Kubernetes and Container Management on the Desktop
Rancher Desktop runs Kubernetes and container management on your desktop. You can choose the version of Kubernetes you want to run. You can build, push, pull, and run container images using either containerd or Moby (dockerd). The container images you build can be run by Kubernetes immediately without the need for a registry.
Container Management
Container management to build, push, and pull images and run containers. It uses the same container runtime as Kubernetes. Built images are immediately available to use in your local workloads without any pushing, pulling, or copying.
Kubernetes Made Simple
Getting started with Kubernetes on your desktop can be a project. Especially if you want to match the version of Kubernetes you run locally to the one you run in production. Rancher Desktop makes it as easy as setting a preference.
Built On Proven Projects
Rancher Desktop leverages proven projects to do the dirty work. That includes Moby, containerd, k3s, kubectl, and more. These projects have demonstrated themselves as trustworthy and provide a foundation you can trust.
Log in or click on link to see number of positives.
- rancher-desktop.1.15.1.nupkg (91873946b17a) - ## / 69
- Rancher.Desktop.Setup.1.15.1.msi (acb29bb9fb14) - ## / 58
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Rancher Desktop 1.16.0 | 13520 | Thursday, October 24, 2024 | Approved | |
Rancher Desktop 1.15.1 | 24241 | Friday, August 23, 2024 | Approved | |
Rancher Desktop 1.14.1 | 4687 | Monday, June 10, 2024 | Approved | |
Rancher Desktop 1.13.1 | 3432 | Friday, April 5, 2024 | Approved | |
Rancher Desktop 1.13.0 | 1678 | Friday, March 15, 2024 | Approved | |
Rancher Desktop 1.12.3 | 2401 | Tuesday, February 6, 2024 | Approved | |
Rancher Desktop 1.12.1 | 1143 | Tuesday, January 16, 2024 | Approved | |
Rancher Desktop 1.10.0 | 3306 | Monday, September 18, 2023 | Approved | |
Rancher Desktop 1.9.1 | 1398 | Wednesday, August 9, 2023 | Approved | |
Rancher Desktop 1.8.1 | 9042 | Friday, April 7, 2023 | Approved | |
Rancher Desktop 1.7.0 | 4339 | Thursday, January 5, 2023 | Approved | |
Rancher Desktop 1.6.2 | 1013 | Tuesday, November 29, 2022 | Approved | |
Rancher Desktop 1.5.1 | 1834 | Tuesday, August 16, 2022 | Approved | |
Rancher Desktop 1.4.1 | 646 | Friday, June 17, 2022 | Approved | |
Rancher Desktop 1.3.0 | 306 | Thursday, May 5, 2022 | Approved | |
Rancher Desktop 1.2.1 | 151 | Wednesday, April 6, 2022 | Approved | |
Rancher Desktop 1.1.1 | 176 | Monday, March 7, 2022 | Approved |
© 2022 SUSE
This package has no dependencies.
Ground Rules:
- This discussion is only about Rancher Desktop and the Rancher Desktop package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Rancher Desktop, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.