@@ -124,32 +124,6 @@ The directory contains the following files:
124124- ` <ALGO>.digest ` : digest of the data, in OCI format.
125125 e.g., file name ` sha256.digest ` , with content ` sha256:5ba3d476707d510fe3ca3928e9cda5d0b4ce527d42b343404c92d563f82ba967 `
126126
127- ## Environment variables
128-
129- - ` $LIMA_HOME ` : The "Lima home directory" (see above).
130- - Default : ` ~/.lima `
131-
132- - ` $LIMA_INSTANCE ` : ` lima ... ` is expanded to ` limactl shell ${LIMA_INSTANCE} ... ` .
133- - Default : ` default `
134-
135- - ` $LIMA_SHELL ` : ` lima ... ` is expanded to ` limactl shell --shell ${LIMA_SHELL} ... ` .
136- - No default : will use the user's shell configured inside the instance
137-
138- - ` $LIMA_TEMPLATES_PATH ` : A list of directories to locate templates via
139- the ` template:// ` schema.
140- - Default: the ` /usr/local/share/lima/templates ` directory.
141-
142- - ` $LIMA_WORKDIR ` : ` lima ... ` is expanded to ` limactl shell --workdir ${LIMA_WORKDIR} ... ` .
143- - No default : will attempt to use the current directory from the host
144-
145- - ` $QEMU_SYSTEM_X86_64 ` : path of ` qemu-system-x86_64 `
146- - Default: ` qemu-system-x86_64 ` in ` $PATH `
147-
148- - ` $QEMU_SYSTEM_AARCH64 ` : path of ` qemu-system-aarch64 `
149- - Default: ` qemu-system-aarch64 ` in ` $PATH `
150-
151- - ` $QEMU_SYSTEM_ARM ` : path of ` qemu-system-arm `
152- - Default: ` qemu-system-arm ` in ` $PATH `
153127
154128## Ansible
155129The instance directory contains an inventory file, that might be used with Ansible playbooks and commands.
@@ -207,4 +181,4 @@ The volume label is "cidata", as defined by [cloud-init NoCloud](https://docs.cl
207181
208182![ ] ( /images/internals/lima-sequence-diagram.png )
209183
210- (based on Lima 0.8.3)
184+ (based on Lima 0.8.3)
0 commit comments