Question: can I -it
to the shell of internal Linux host on Mac?
#2125
jameschenjav
started this conversation in
General
Replies: 2 comments
-
Figured out by
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The upcoming release 1.3.0 has an $ rdctl shell uname -a
Linux lima-rancher-desktop 5.15.32-0-virt #1-Alpine SMP Mon, 28 Mar 2022 13:09:00 +0000 x86_64 Linux
$ rdctl shell
lima-rancher-desktop:/Users/jan$ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am using Rancher Desktop mostly for Docker Desktop alternative for non-linux OSes. One of the containers I am using, requires to chown volume first for data persistance.
So I want to
chown
directly on the internal host Linux before start the container. On Windows with WSL2, I canwsl -d rancher-desktop
to connect to the internal Linux host, and inspect what are available. For example:Apart from this, what can I do to inspect/change something on host like
/etc/docker/daemon.json
,fs.inotify.max_user_watches
, etc.?I tried
colima
recently, it provides a commandcolima ssh
. Is there any similar thing I can do with Rancher Desktop?Beta Was this translation helpful? Give feedback.
All reactions