2024-03-04 10:44:38 +00:00
<!doctype html>
< html lang = "en" dir = "ltr" class = "docs-wrapper plugin-docs plugin-id-default docs-version-current docs-doc-page docs-doc-id-lima/creating-a-lima-instance" data-has-hydrated = "false" >
< head >
< meta charset = "UTF-8" >
2024-08-14 11:49:56 +00:00
< meta name = "generator" content = "Docusaurus v3.5.2" >
2024-03-04 10:44:38 +00:00
< title data-rh = "true" > Lima instance for containers | Podman Desktop< / title > < meta data-rh = "true" name = "viewport" content = "width=device-width,initial-scale=1" > < meta data-rh = "true" name = "twitter:card" content = "summary_large_image" > < meta data-rh = "true" property = "og:image" content = "https://podman-desktop.io/img/banner_podman-desktop.png" > < meta data-rh = "true" name = "twitter:image" content = "https://podman-desktop.io/img/banner_podman-desktop.png" > < meta data-rh = "true" property = "og:url" content = "https://podman-desktop.io/docs/lima/creating-a-lima-instance" > < meta data-rh = "true" property = "og:locale" content = "en" > < meta data-rh = "true" name = "docusaurus_locale" content = "en" > < meta data-rh = "true" name = "docsearch:language" content = "en" > < meta data-rh = "true" name = "docusaurus_version" content = "current" > < meta data-rh = "true" name = "docusaurus_tag" content = "docs-default-current" > < meta data-rh = "true" name = "docsearch:version" content = "current" > < meta data-rh = "true" name = "docsearch:docusaurus_tag" content = "docs-default-current" > < meta data-rh = "true" property = "og:title" content = "Lima instance for containers | Podman Desktop" > < meta data-rh = "true" name = "description" content = "Podman Desktop can assist you to create a custom Lima instance on Linux and macOS." > < meta data-rh = "true" property = "og:description" content = "Podman Desktop can assist you to create a custom Lima instance on Linux and macOS." > < meta data-rh = "true" name = "keywords" content = "podman desktop,containers,lima,onboarding,linux,macos" > < link data-rh = "true" rel = "icon" href = "/img/favicon.ico" > < link data-rh = "true" rel = "canonical" href = "https://podman-desktop.io/docs/lima/creating-a-lima-instance" > < link data-rh = "true" rel = "alternate" href = "https://podman-desktop.io/docs/lima/creating-a-lima-instance" hreflang = "en" > < link data-rh = "true" rel = "alternate" href = "https://podman-desktop.io/docs/lima/creating-a-lima-instance" hreflang = "x-default" > < link data-rh = "true" rel = "preconnect" href = "https://MR01ANKQ9S-dsn.algolia.net" crossorigin = "anonymous" > < link rel = "alternate" type = "application/rss+xml" href = "/blog/rss.xml" title = "Podman Desktop RSS Feed" >
< link rel = "alternate" type = "application/atom+xml" href = "/blog/atom.xml" title = "Podman Desktop Atom Feed" >
< link rel = "alternate" type = "application/json" href = "/blog/feed.json" title = "Podman Desktop JSON Feed" >
< link rel = "search" type = "application/opensearchdescription+xml" title = "Podman Desktop" href = "/opensearch.xml" >
< link rel = "preconnect" href = "https://podman-desktop-website.goatcounter.com" >
2024-10-16 07:56:49 +00:00
< script async src = "//gc.zgo.at/count.js" data-goatcounter = "https://podman-desktop-website.goatcounter.com/count" > < / script > < link rel = "stylesheet" href = "/assets/css/styles.4b064f4a.css" >
2024-10-28 07:39:12 +00:00
< script src = "/assets/js/runtime~main.fb2ee704.js" defer = "defer" > < / script >
2024-10-18 11:41:56 +00:00
< script src = "/assets/js/main.7f3ca654.js" defer = "defer" > < / script >
2024-03-04 10:44:38 +00:00
< / head >
< body class = "navigation-with-keyboard" >
2024-10-18 11:41:56 +00:00
< script > ! function ( ) { function t ( t ) { document . documentElement . setAttribute ( "data-theme" , t ) } var e = function ( ) { try { return new URLSearchParams ( window . location . search ) . get ( "docusaurus-theme" ) } catch ( t ) { } } ( ) || function ( ) { try { return window . localStorage . getItem ( "theme" ) } catch ( t ) { } } ( ) ; null !== e ? t ( e ) : window . matchMedia ( "(prefers-color-scheme: dark)" ) . matches ? t ( "dark" ) : window . matchMedia ( "(prefers-color-scheme: light)" ) . matches ? t ( "light" ) : t ( "dark" ) } ( ) , function ( ) { try { const c = new URLSearchParams ( window . location . search ) . entries ( ) ; for ( var [ t , e ] of c ) if ( t . startsWith ( "docusaurus-data-" ) ) { var a = t . replace ( "docusaurus-data-" , "data-" ) ; document . documentElement . setAttribute ( a , e ) } } catch ( t ) { } } ( ) < / script > < div id = "__docusaurus" > < div role = "region" aria-label = "Skip to main content" > < a class = "skipToContent_oPtH" href = "#__docusaurus_skipToContent_fallback" > Skip to main content< / a > < / div > < nav aria-label = "Main" class = "navbar navbar--fixed-top" > < div class = "navbar__inner" > < div class = "navbar__items" > < button aria-label = "Toggle navigation bar" aria-expanded = "false" class = "navbar__toggle clean-btn" type = "button" > < svg width = "30" height = "30" viewBox = "0 0 30 30" aria-hidden = "true" > < path stroke = "currentColor" stroke-linecap = "round" stroke-miterlimit = "10" stroke-width = "2" d = "M4 7h22M4 15h22M4 23h22" > < / path > < / svg > < / button > < a class = "navbar__brand" href = "/" > < div class = "navbar__logo" > < img src = "/img/logo.svg" alt = "Podman Desktop Logo" class = "themedComponent_siVc themedComponent--light_hHel" height = "56" > < img src = "/img/logo.svg" alt = "Podman Desktop Logo" class = "themedComponent_siVc themedComponent--dark_yETr" height = "56" > < / div > < b class = "navbar__title text--truncate" > podman desktop< / b > < / a > < a aria-current = "page" class = "navbar__item navbar__link navbar__link--active" href = "/docs/intro" > Documentation< / a > < a class = "navbar__item navbar__link" href = "/features" > Features< / a > < a class = "navbar__item navbar__link" href = "/downloads" > Downloads< / a > < a class = "navbar__item navbar__link" href = "/extend" > Extend< / a > < a class = "navbar__item navbar__link" href = "/blog" > Blog< / a > < a class = "navbar__item navbar__link" href = "/tutorial" > Tutorials< / a > < / div > < div class = "navbar__items navbar__items--right" > < a href = "https://github.com/containers/podman-desktop" target = "_blank" rel = "noopener noreferrer" class = "navbar__item navbar__link header-github-link" > < / a > < div class = "toggle_ki11 colorModeToggle_Hewu" > < button class = "clean-btn toggleButton_MMFG toggleButtonDisabled_Uw7m" type = "button" disabled = "" title = "Switch between dark and light mode (currently dark mode)" aria-label = "Switch between dark and light mode (currently dark mode)" aria-live = "polite" > < svg viewBox = "0 0 24 24" width = "24" height = "24" class = "lightToggleIcon_lgto" > < path fill = "currentColor" d = "M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z" > < / path > < / svg > < svg viewBox = "0 0 24 24" width = "24" height = "24" class = "darkToggleIcon_U96C" > < path fill = "currentColor" d = "M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3 . 86 , 0-7-3 . 14-7-7C5 , 9 . 07 , 6 . 81 , 6 . 55 , 9 . 37 , 5 . 51z M12 , 3c-4 . 97 , 0-9 , 4 . 03-9 , 9s4 . 03 , 9 , 9 , 9s9-4 . 03 , 9-9c0-0 . 46-0 . 04-0 . 92-0 . 1-1 . 36 c-0 . 98 , 1 . 37-2 . 58 , 2 . 26-4 . 4 , 2 . 26c-2 . 98 , 0-5 . 4-
2024-03-04 10:44:38 +00:00
< p > To use the Lima provider you need a Lima instance running a Linux machine.< / p >
< p > In the future, Podman Desktop might be able to create Lima instances.< / p >
< p > Consider creating a custom Lima instance to:< / p >
< ul >
< li > Control the assigned resources: CPUs, memory, and disk size.< / li >
< li > Use the rootful connection by default, for example to run Kind.< / li >
< / ul >
2024-08-14 11:49:56 +00:00
< h4 class = "anchor anchorWithStickyNavbar_JmGV" id = "prerequisites" > Prerequisites< a href = "#prerequisites" class = "hash-link" aria-label = "Direct link to Prerequisites" title = "Direct link to Prerequisites" > < / a > < / h4 >
2024-03-04 10:44:38 +00:00
< ol >
< li > < a href = "/docs/lima/installing" > Install the < code > lima< / code > CLI< / a > .< / li >
< / ol >
2024-08-14 11:49:56 +00:00
< h4 class = "anchor anchorWithStickyNavbar_JmGV" id = "procedure" > Procedure< a href = "#procedure" class = "hash-link" aria-label = "Direct link to Procedure" title = "Direct link to Procedure" > < / a > < / h4 >
2024-03-04 10:44:38 +00:00
< ol >
< li >
< p > In a terminal, create the Lima instance.< / p >
< ul >
< li >
< p > To create a Lima instance with rootless Podman, use the < code > podman< / code > template:< / p >
< div class = "language-shell-session codeBlockContainer_mQmQ theme-code-block" style = "--prism-color:#F8F8F2;--prism-background-color:#282A36" > < div class = "codeBlockContent_D5yF" > < pre tabindex = "0" class = "prism-code language-shell-session codeBlock_RMoD thin-scrollbar" style = "color:#F8F8F2;background-color:#282A36" > < code class = "codeBlockLines_AclH" > < span class = "token-line" style = "color:#F8F8F2" > < span class = "token command shell-symbol important" > $< / span > < span class = "token command" > < / span > < span class = "token command bash language-bash" > limactl start --name=podman template://podman< / span > < br > < / span > < / code > < / pre > < div class = "buttonGroup_aaMX" > < button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" > < span class = "copyButtonIcons_z5j7" aria-hidden = "true" > < svg viewBox = "0 0 24 24" class = "copyButtonIcon_FoOz" > < path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" > < / path > < / svg > < svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_L0B6" > < path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" > < / path > < / svg > < / span > < / button > < / div > < / div > < / div >
< / li >
< li >
< p > To create a Lima instance with rootful Podman, use the < code > podman-rootful< / code > template:< / p >
< div class = "language-shell-session codeBlockContainer_mQmQ theme-code-block" style = "--prism-color:#F8F8F2;--prism-background-color:#282A36" > < div class = "codeBlockContent_D5yF" > < pre tabindex = "0" class = "prism-code language-shell-session codeBlock_RMoD thin-scrollbar" style = "color:#F8F8F2;background-color:#282A36" > < code class = "codeBlockLines_AclH" > < span class = "token-line" style = "color:#F8F8F2" > < span class = "token command shell-symbol important" > $< / span > < span class = "token command" > < / span > < span class = "token command bash language-bash" > limactl start --name=podman template://podman-rootful< / span > < br > < / span > < / code > < / pre > < div class = "buttonGroup_aaMX" > < button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" > < span class = "copyButtonIcons_z5j7" aria-hidden = "true" > < svg viewBox = "0 0 24 24" class = "copyButtonIcon_FoOz" > < path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" > < / path > < / svg > < svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_L0B6" > < path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" > < / path > < / svg > < / span > < / button > < / div > < / div > < / div >
< / li >
< li >
< p > To create an Lima instance with rootless Docker, use the < code > docker< / code > template:< / p >
< div class = "language-shell-session codeBlockContainer_mQmQ theme-code-block" style = "--prism-color:#F8F8F2;--prism-background-color:#282A36" > < div class = "codeBlockContent_D5yF" > < pre tabindex = "0" class = "prism-code language-shell-session codeBlock_RMoD thin-scrollbar" style = "color:#F8F8F2;background-color:#282A36" > < code class = "codeBlockLines_AclH" > < span class = "token-line" style = "color:#F8F8F2" > < span class = "token command shell-symbol important" > $< / span > < span class = "token command" > < / span > < span class = "token command bash language-bash" > limactl start --name=docker template://docker< / span > < br > < / span > < / code > < / pre > < div class = "buttonGroup_aaMX" > < button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" > < span class = "copyButtonIcons_z5j7" aria-hidden = "true" > < svg viewBox = "0 0 24 24" class = "copyButtonIcon_FoOz" > < path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" > < / path > < / svg > < svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_L0B6" > < path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" > < / path > < / svg > < / span > < / button > < / div > < / div > < / div >
< / li >
< li >
< p > To create an Lima instance with rootful Docker, use the < code > docker-rootful< / code > template:< / p >
< div class = "language-shell-session codeBlockContainer_mQmQ theme-code-block" style = "--prism-color:#F8F8F2;--prism-background-color:#282A36" > < div class = "codeBlockContent_D5yF" > < pre tabindex = "0" class = "prism-code language-shell-session codeBlock_RMoD thin-scrollbar" style = "color:#F8F8F2;background-color:#282A36" > < code class = "codeBlockLines_AclH" > < span class = "token-line" style = "color:#F8F8F2" > < span class = "token command shell-symbol important" > $< / span > < span class = "token command" > < / span > < span class = "token command bash language-bash" > limactl start --name=docker template://docker-rootful< / span > < br > < / span > < / code > < / pre > < div class = "buttonGroup_aaMX" > < button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" > < span class = "copyButtonIcons_z5j7" aria-hidden = "true" > < svg viewBox = "0 0 24 24" class = "copyButtonIcon_FoOz" > < path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" > < / path > < / svg > < svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_L0B6" > < path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" > < / path > < / svg > < / span > < / button > < / div > < / div > < / div >
< / li >
< li >
< p > To select the number of CPUs, the memory, and the disk size, add the options to the < code > limactl start< / code > command:< / p >
< div class = "language-shell-session codeBlockContainer_mQmQ theme-code-block" style = "--prism-color:#F8F8F2;--prism-background-color:#282A36" > < div class = "codeBlockContent_D5yF" > < pre tabindex = "0" class = "prism-code language-shell-session codeBlock_RMoD thin-scrollbar" style = "color:#F8F8F2;background-color:#282A36" > < code class = "codeBlockLines_AclH" > < span class = "token-line" style = "color:#F8F8F2" > < span class = "token output" > --cpus=2 --memory=2 --disk=50< / span > < br > < / span > < / code > < / pre > < div class = "buttonGroup_aaMX" > < button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" > < span class = "copyButtonIcons_z5j7" aria-hidden = "true" > < svg viewBox = "0 0 24 24" class = "copyButtonIcon_FoOz" > < path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" > < / path > < / svg > < svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_L0B6" > < path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" > < / path > < / svg > < / span > < / button > < / div > < / div > < / div >
< / li >
< / ul >
< / li >
< li >
< p > Wait for the instance to start, and restart the Lima extension.< / p >
< ul >
< li >
< p > Go to < strong > < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "gear" class = "svg-inline--fa fa-gear fa-lg" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" > < path fill = "currentColor" d = "M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z" > < / path > < / svg > Settings > Preferences > Extension: Lima< / strong > , to change the instance name and type.< / p >
< ul >
< li >
< p > Podman (default)< / p >
< ul >
< li > Type: podman< / li >
< li > Name: podman
< img decoding = "async" loading = "lazy" alt = "Lima preferences Podman" src = "/assets/images/lima-preferences-podman-1bc867f183e9e7cc1eb9bfc1f4e695c1.png" width = "602" height = "199" class = "img_SS3x" > < / li >
< / ul >
< / li >
< li >
< p > Docker< / p >
< ul >
< li > Type: docker< / li >
< li > Name: docker
< img decoding = "async" loading = "lazy" alt = "Lima preferences Docker" src = "/assets/images/lima-preferences-docker-2a17aa75bf2d45cb2850ce869016acea.png" width = "607" height = "205" class = "img_SS3x" > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li >
< p > Go to < strong > < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "gear" class = "svg-inline--fa fa-gear fa-lg" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" > < path fill = "currentColor" d = "M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z" > < / path > < / svg > Settings > Preferences > Extension: Lima< / strong > , to configure a custom socket name.< / p >
< ul >
< li >
< p > The default socket name is:< / p >
< ul >
< li >
< p > < code > podman.sock< / code > for Podman< / p >
< / li >
< li >
< p > < code > docker.sock< / code > for Docker< / p >
< / li >
< / ul >
< / li >
< li >
< p > To use a custom socket name:< / p >
< p > < img decoding = "async" loading = "lazy" alt = "Lima preferences Socket" src = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAuUAAABzCAYAAAA/mnyJAAAABHNCSVQICAgIfAhkiAAAABl0RVh0U29mdHdhcmUAZ25vbWUtc2NyZWVuc2hvdO8Dvz4AABgUSURBVHic7d1/VBXnoe7xrzroaAYdV7cnm4Ap5MApHKVKjtiQoBUUFFLMkdTfFdukSVdvepKV9p6TGm/X9ea0ze2PmCZtzE1smxWzaqLeyGlsdR2t5qTkhFS8IqJhWygQxbhP3I0jzNIBRrx/gIqiiIpujc9nLf9wz8w77/vO6/KZd797ZkAwGH+SPho4cCCWZTFgwIC+HiIiIiIiclM6efIkLS0tnDx58bhtXErBHR0dNDc3ExMTQ0xMDIMGDWLgwIGXXVERERERkU+Tjo4OTpw4QXt7O+3t7X0+7pJC+SmXehIREREREbkwTXOLiIiIiESZQrmIiIiISJQplIuIiIiIRJlCuYiIiIhIlCmUi4iIiIhEmUK5iIiIiEiUKZSLiIiIiETZZT2nXC8PEhERERHp6Zq8PGjAgIEMG2ZiGDGXXEERERERkU+7gQMHMnDgQGJiYvD9do4d8zh5suPix13KSW65ZagCuYiIiIhIHxhGDMOGDe3Tvn0O5TExgxk06LJWu4iIiIiI3JQMwyAmZvBF97uEUK5ALiIiIiJyqfqSo/scygcNGnRFlRERERERuRn1JUf3OZTrKSsiIiIiIpeuLzlaSVtEREREJMoUykVEREREokyhXEREREQkyhTKRURERESi7AYI5YMZ99DzvLEsl4s/4VFERERE5MZzA4RyiB+XTVp87GUcGUtqdgHZSf1eJRERERGRftOvoTx+6uOsLH2Hqqq9hKrKKdv4CssKb+vPU1yawdl864UfsHj85QR6EREREZFro/9e0xm/iKeXf52kmjU8s+xdDrbGEj9uIkOaW/rtFCIiIiIin0b9NlM+eFwmqUPqKV32FKtKt7F1429Z9fRSVr57JpQHJj7IL0rfoSq0k+1bV/NMyec5aw47PpclKzdQ1jXTvvGZ+4g/90SxmSzbuJOylXPoXJUSy8SSn/DG1nKqqnZSVvoTSsZ1L3UIk55+n1BoL6HQmzykpSwiIiIicp3pt5nytoMHiZDNpHn3sGrZfxI5d4fUB/nFykcYtf01lj1SxeCJi/jWky+xvPV+HlrzEQzOZMnKnzKPd/nFsmepb40lnhCHu5cxOIm5y3/KrNY1PPTttTQA8XN/yi++cxtlzyxleX0sUx/+Lk8uf5xQwVNs7zps18tf5emtrUALBw/2V4tFRERERPpH/y1fqVrBkmfuYPm3Xmbr1Cr+ULqGVat+S1UEYDDZi0sYH/k3Sh55lu1twNYKIoHf8cLiRaSu+REHpy1iVnwDr859lJWh7gV3PXNlSIBp/+t5nkytYtm8H7G9BeBzlCzOpOWNr7Jk1W7agO2RO5i4poDC8YPZvguglZaGEFVVWkYjIiIiIten/gvltFC18htMfeNzFM4rYd68/8maeSW8seRhlm0dQlpSgOaaCna1ndl/+/Z6WqfdQVosDBmXxPBIBe/Wn7/0IeMe4emJLWz8+lJKT812D07ljvghxC9+nd2Lu+/dysFA/7VMRERERORq6sdQ3qVlHxtXLmXjq7+k5JerefLJR9hY9ssrL7f+XcqGZFP45Hf5Q8lStnZbH1Pz6ldZUtp8djUOnk7/DLnys4uIiIiIXDVX7znlbQ2U7foIAvHEE6GmIcLwtEzGn34DUCwTJ97BkIP11LdAfegjWgPjyL7j/MW1Rray5KGl/GHIP/L08kWdP/Jsa6D+IMTHBzgY2keo25+DLQCttLYOYXCsHokoIiIiItevQZY1fFlfdjRNs9ftg7Mf57nHvkjgluEE4m8nbdIivrNwCiPr/y8/W7OD3QcHkb24hJlpPpHWkYyd9V2WzL+VvT9byv/Z20LbwSN8dubXmD0tlWHHWhkWn8r48bfSEvqIYOHXmWa8w4u/+R1bQ7FMf+jrTDnxH7y18wP2D8pk9uIiJgVOcGxQLLenZTFt7DD2hD7ixIlWglPnMvMfRnIkDJ+dmMntzl4atLxcRERERK6h1tbWXrf3WygfFkxhUk4BM2f9I7OLi5gybiQtO9fyP763gt0tQKSS/9gzjLEz5/LAV77MlNtbKHtuKf+yeh9tAG0HKCtrYPj4fGYuXMjs6Xcx7laH8rcqGDa9M5Sv3LCPtoMVVA2byjcfzqbt399k6zvbqGpOJmvm/cyb92WmZ40l0LaTzVvrOEYL9ft9xk65n3lfmcW0sUGOlP8b7x480bfeExERERHpBxcL5QOCwfiTfSloxIgR/VIhEREREZGbzdGjR3vdfvXWlIuIiIiISJ8olIuIiIiIRJlCuYiIiIhIlCmUi4iIiIhEmUK5iIiIiEiUKZSLiIiIiESZQrmIiIiISJQplIuIiIiIRJlCuYiIiIhIlF2nodwkkJSAbUS7HleDgWVeoGGGhWVeq2rYBIM2N3QXfxra0B9Mm8SkAD2Gjmn1/ExERESuS9dnKDfHMrOkgLRLTRTG9R/PzJQiHv5GDsEeW2yyHnyc4rSLt8FMyeOB7yzhX7//Pf6lOPmyQqmRUsAD94/FPv2BcYFyDJJnPs6351zeea6mHm04a+Pl1vZC/XD9MpIKWDAz45x+sMiY800WZJ63d0REROQ604+h3CRx0nwefeJ7/Ov3v8eTT3yT2RmB/iv+Ioz0RTz54ASsa3bGyxEgMz+ZyLZywpddRgI5MydgbH+NZ/73s7y8uRH/Sqtl38XDS+dz/vsBn0htBRXVkSs/zzVy+WMhSMFjj1OUchUqdc25VG8LYeXmkXyj3WWIiIjchPrtv2sjqYA5uTY1619h1QEXc1Qi9nGnv4rvQwX6sTFXS0IWmWYd62vcyy/DDDDKilBd3YRzBcWcrffZYafmXcr661TXwmWPhRthEPWd31RGhfNN7k4zqav2ol0dERER6UX/hfKAjenUUVHdhAPg7Oo2G2yRXDibmRkJjDRcDlRuYe1bezr3wyI5fxaFmYmMMnwOV77Ois3dC06k4JH5jN75Cr8uC0PCXcy6L4uUgIUf2cOm35RS3ZX9Y0YX8sT3C4FDbP7Zi5RFzpw/vXgReWkBRg6Nob3lANUb11HadWBw0kOU5AaJjfE50rCD9b/ZQqMHgcz5LMhNxI4dSszxw9RU1tE+OpWUoAVuI2VrXqesyQcMAhlFFOemErTAqd3C2rU7CJ8ztRz8fCLGgU00nfrcSqZgbhEZCSMx3MM4Jpy+jTETmTSniKwkG9NtouKtdWyqdQEDI2Y0hf/9KQqBQ//+PCuaMnl0wQRGDYXjh+t4e806ysM+RsYinpxYy/KX3scF7KyHeDSlnB+u2tPzAsakMGfZU8wBGt78Ib+uPBPiEmY+zgKjlB+vb8RKK2JB4XhGj4Tjh3ew+rlNNJ49EnrpC4vE/FnMzEhkVCy0tzg0vbeOX5eFSZ6zhELnFZ7fHAYMMkqWkFn7c14udyCp4Lzt603PsdDbGOwuljsXP8WdwPHd6/i9+SWmRl5j+camzr4ofJwSaxM/Xu+T92ARGcGRDI1pp+VQiLLfbqC8qbPfjF7G6WmB8cyem0daXCy0HODtV1dSFgYjOIFZ9+eQFmfiH66j7M1SyrrKxUwgq7iISSlxmP4Rat56kdJuXWEEs3lgcQaH1q5kQ4ND7QcOOemJGNWhG+abDhERkZtRv4Vyr6GGcGEOxcVH2LhtF43OmQhgZ85mTprHlld/Tq2fQM7cWSzIj7Bic7hzW7rH26t/TvURE8tw8Ola9mLYZMyZTdqhUl4uC+Mbycyam8PI6tdZ8apLUuEiiu6fQMOvduAB7Qc28vxL758naJnYcQGcbS/ycrWPnV7EgplFpNe+RrUHkepSfl3p4hqJ5C2eTeHkSlZsjmDGBTEPbOD5txoxkgoomZvKgTfXsaLWY3ThImbdO4HKl97HDeawoDBIw/qVrD4UIGfxbIqzGllx5q4AMI
< / li >
< / ul >
< / li >
< li >
< p > Go to < strong > < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "gear" class = "svg-inline--fa fa-gear fa-lg" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" > < path fill = "currentColor" d = "M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z" > < / path > < / svg > Settings > Extensions > Lima< / strong > , to disable and enable the extension after changes.< / p >
< / li >
< / ul >
< / li >
< / ol >
2024-08-14 11:49:56 +00:00
< h4 class = "anchor anchorWithStickyNavbar_JmGV" id = "verification" > Verification< a href = "#verification" class = "hash-link" aria-label = "Direct link to Verification" title = "Direct link to Verification" > < / a > < / h4 >
2024-03-04 10:44:38 +00:00
< ul >
< li >
< p > To verify the connection to a running " podman" instance:< / p >
< div class = "language-shell-session codeBlockContainer_mQmQ theme-code-block" style = "--prism-color:#F8F8F2;--prism-background-color:#282A36" > < div class = "codeBlockContent_D5yF" > < pre tabindex = "0" class = "prism-code language-shell-session codeBlock_RMoD thin-scrollbar" style = "color:#F8F8F2;background-color:#282A36" > < code class = "codeBlockLines_AclH" > < span class = "token-line" style = "color:#F8F8F2" > < span class = "token command shell-symbol important" > $< / span > < span class = "token command" > < / span > < span class = "token command bash language-bash" > podman.lima version< / span > < br > < / span > < / code > < / pre > < div class = "buttonGroup_aaMX" > < button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" > < span class = "copyButtonIcons_z5j7" aria-hidden = "true" > < svg viewBox = "0 0 24 24" class = "copyButtonIcon_FoOz" > < path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" > < / path > < / svg > < svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_L0B6" > < path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" > < / path > < / svg > < / span > < / button > < / div > < / div > < / div >
< / li >
< li >
< p > To verify the connection to a running " docker" instance:< / p >
< div class = "language-shell-session codeBlockContainer_mQmQ theme-code-block" style = "--prism-color:#F8F8F2;--prism-background-color:#282A36" > < div class = "codeBlockContent_D5yF" > < pre tabindex = "0" class = "prism-code language-shell-session codeBlock_RMoD thin-scrollbar" style = "color:#F8F8F2;background-color:#282A36" > < code class = "codeBlockLines_AclH" > < span class = "token-line" style = "color:#F8F8F2" > < span class = "token command shell-symbol important" > $< / span > < span class = "token command" > < / span > < span class = "token command bash language-bash" > docker.lima version< / span > < br > < / span > < / code > < / pre > < div class = "buttonGroup_aaMX" > < button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" > < span class = "copyButtonIcons_z5j7" aria-hidden = "true" > < svg viewBox = "0 0 24 24" class = "copyButtonIcon_FoOz" > < path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" > < / path > < / svg > < svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_L0B6" > < path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" > < / path > < / svg > < / span > < / button > < / div > < / div > < / div >
< / li >
2024-04-23 10:39:54 +00:00
< / ul > < / div > < footer class = "theme-doc-footer docusaurus-mt-lg" > < div class = "row margin-top--sm theme-doc-footer-tags-row" > < div class = "col" > < b > Tags:< / b > < ul class = "tags_Ow0B padding--none margin-left--sm" > < li class = "tag_DFxh" > < a class = "tag_otG2 tagRegular_s0E1" href = "/docs/tags/podman-desktop" > podman-desktop< / a > < / li > < li class = "tag_DFxh" > < a class = "tag_otG2 tagRegular_s0E1" href = "/docs/tags/podman" > podman< / a > < / li > < li class = "tag_DFxh" > < a class = "tag_otG2 tagRegular_s0E1" href = "/docs/tags/docker" > docker< / a > < / li > < li class = "tag_DFxh" > < a class = "tag_otG2 tagRegular_s0E1" href = "/docs/tags/containers" > containers< / a > < / li > < li class = "tag_DFxh" > < a class = "tag_otG2 tagRegular_s0E1" href = "/docs/tags/onboarding" > onboarding< / a > < / li > < li class = "tag_DFxh" > < a class = "tag_otG2 tagRegular_s0E1" href = "/docs/tags/linux" > linux< / a > < / li > < li class = "tag_DFxh" > < a class = "tag_otG2 tagRegular_s0E1" href = "/docs/tags/mac-os" > macOS< / a > < / li > < / ul > < / div > < / div > < div class = "row margin-top--sm theme-doc-footer-edit-meta-row" > < div class = "col" > < a href = "https://github.com/containers/podman-desktop/tree/main/website/docs/lima/creating-a-lima-instance.md" target = "_blank" rel = "noopener noreferrer" class = "theme-edit-this-page" > < svg fill = "currentColor" height = "20" width = "20" viewBox = "0 0 40 40" class = "iconEdit_bHB7" aria-hidden = "true" > < g > < path d = "m34.5 11.7l-3 3.1-6.3-6.3 3.1-3q0.5-0.5 1.2-0.5t1.1 0.5l3.9 3.9q0.5 0.4 0.5 1.1t-0.5 1.2z m-29.5 17.1l18.4-18.5 6.3 6.3-18.4 18.4h-6.3v-6.2z" > < / path > < / g > < / svg > Edit this page< / a > < / div > < div class = "col lastUpdated_ydrU" > < / div > < / div > < / footer > < / article > < nav class = "pagination-nav docusaurus-mt-lg" aria-label = "Docs pages" > < a class = "pagination-nav__link pagination-nav__link--prev" href = "/docs/lima/installing" > < div class = "pagination-nav__sublabel" > Previous< / div > < div class = "pagination-nav__label" > Installing the CLI< / div > < / a > < a class = "pagination-nav__link pagination-nav__link--next" href = "/docs/lima/creating-a-kubernetes-instance" > < div class = "pagination-nav__sublabel" > Next< / div > < div class = "pagination-nav__label" > Lima instance for Kubernetes< / div > < / a > < / nav > < / div > < / div > < div class = "col col--3" > < div class = "tableOfContents_XG6w thin-scrollbar theme-doc-toc-desktop" > < / div > < / div > < / div > < / div > < / main > < / div > < / div > < / div > < footer class = "footer" > < div class = "container container-fluid" > < div class = "row footer__links" > < div class = "col footer__col" > < div class = "footer__title" > Documentation< / div > < ul class = "footer__items clean-list" > < li class = "footer__item" > < a class = "footer__link-item" href = "/docs/installation" > Installing Podman Desktop< / a > < / li > < li class = "footer__item" > < a class = "footer__link-item" href = "/docs/migrating-from-docker" > Migrating from Docker< / a > < / li > < li class = "footer__item" > < a class = "footer__link-item" href = "/docs/kubernetes" > Working with Kubernetes< / a > < / li > < li class = "footer__item" > < a class = "footer__link-item" href = "/docs/troubleshooting" > Troubleshooting< / a > < / li > < / ul > < / div > < div class = "col footer__col" > < div class = "footer__title" > Links< / div > < ul class = "footer__items clean-list" > < li class = "footer__item" > < a href = "https://github.com/containers/podman-desktop" target = "_blank" rel = "noopener noreferrer" class = "footer__link-item" > GitHub< svg width = "13.5" height = "13.5" aria-hidden = "true" viewBox = "0 0 24 24" class = "iconExternalLink_nPrP" > < path fill = "currentColor" d = "M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z" > < / path > < / svg > < / a > < / li > < li class = "footer__item" > < a href = "https://discord.com/invite/x5GzFF6QH4" target = "_blank" rel = "noopener noreferrer" class = "footer__link-item" > Chat (bridged): #podman-desktop on Discord< svg width = "13.5" height = "13.5" aria-hidden = "true" viewBox = "0 0 24 24" class = "iconExternalLink_nPrP" > < path fill = "currentColor" d = "M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z" > < / path > < / svg > < / a > < / li > < li class = "footer__item" > < a href = "https://github.com/containers/podman-desktop#communication" target = "_blank" rel = "noopener noreferrer" class = "footer__link-item" > Other ways to Communicate< svg width = "13.5" height = "13.5" aria-hidden = "true" vie
2024-03-04 10:44:38 +00:00
< / body >
< / html >