{"id":81525,"date":"2024-10-26T09:54:44","date_gmt":"2024-10-26T06:24:44","guid":{"rendered":"https:\/\/nabfollower.com\/blog\/run-lunarvim-in-a-devcontainer-1pj3\/"},"modified":"2024-10-26T09:54:44","modified_gmt":"2024-10-26T06:24:44","slug":"run-lunarvim-in-a-devcontainer-1pj3","status":"publish","type":"post","link":"https:\/\/nabfollower.com\/blog\/run-lunarvim-in-a-devcontainer-1pj3\/","title":{"rendered":"lunarvim \u0631\u0627 \u062f\u0631 \u06cc\u06a9 devcontainer \u0627\u062c\u0631\u0627 \u06a9\u0646\u06cc\u062f"},"content":{"rendered":"<p>Summarize this content to 400 words in Persian Lang<br \/>\n            \u0628\u06cc\u0627\u06cc\u06cc\u062f \u0628\u0627 lunarvim \u0628\u0627\u0632\u06cc \u06a9\u0646\u06cc\u0645<\/p>\n<p>\u0627\u06cc\u0646 \u0647\u0645 \u0633\u0631\u06af\u0631\u0645 \u06a9\u0646\u0646\u062f\u0647 \u0648 \u0647\u0645 \u0622\u0633\u0627\u0646 \u0627\u0633\u062a. \u0645\u062a\u0623\u0633\u0641\u0627\u0646\u0647 \u0641\u0627\u06cc\u0644 \u0647\u0627\u06cc docker \u06a9\u0647 \u062f\u0631 \u0645\u062e\u0627\u0632\u0646 \u062e\u0648\u062f luarvim \u06cc\u0627\u0641\u062a \u0634\u062f \u0628\u0631\u0627\u06cc \u0645\u0646 \u06a9\u0627\u0631 \u0646\u06a9\u0631\u062f. \u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646 \u062f\u0631 \u0627\u06cc\u0646\u062c\u0627 \u0646\u0633\u062e\u0647 \u0627\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0631 \u0631\u0648\u06cc \u0633\u06cc\u0644\u06cc\u06a9\u0648\u0646 \u0633\u06cc\u0628 \u0627\u062c\u0631\u0627 \u0645\u06cc \u0634\u0648\u062f.<\/p>\n<p>{<br \/>\n    &#8220;name&#8221;: &#8220;lunarvim-devcontainer&#8221;,<br \/>\n    &#8220;dockerFile&#8221;: &#8220;Dockerfile.lunarvim&#8221;<br \/>\n}<\/p>\n<p>    \u0648\u0627\u0631\u062f \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u0634\u0648\u06cc\u062f<\/p>\n<p>    \u0627\u0632 \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u062e\u0627\u0631\u062c \u0634\u0648\u06cc\u062f<\/p>\n<p># Use a stable version of Alpine as the base image<br \/>\nFROM alpine:3.18<\/p>\n<p># Set up the working directory<br \/>\nWORKDIR \/tmp<\/p>\n<p># Set environment variables<br \/>\nENV HOME_DIR=&#8221;\/home\/lunaruser&#8221;<br \/>\nENV LV_BRANCH=&#8221;release-1.4\/neovim-0.9&#8243;<br \/>\nENV PATH=&#8221;$PATH:$HOME_DIR\/.local\/bin&#8221;<br \/>\n# Install dependencies<br \/>\nRUN apk update &amp;&amp; \\<br \/>\napk add &#8211;no-cache \\<br \/>\nyarn \\<br \/>\ngit \\<br \/>\npython3 \\<br \/>\ncargo \\<br \/>\nneovim \\<br \/>\nripgrep \\<br \/>\nalpine-sdk \\<br \/>\nbash \\<br \/>\ncurl<\/p>\n<p># Add a non-root user and group<br \/>\nRUN addgroup -S lunaruser &amp;&amp; \\<br \/>\n    adduser -S lunaruser -G lunaruser &#8211;shell \/bin\/sh<\/p>\n<p># Switch to the non-root user<br \/>\nUSER lunaruser<\/p>\n<p># Run LunarVim installation as the non-root user<br \/>\nRUN curl -s https:\/\/raw.githubusercontent.com\/lunarvim\/lunarvim\/$LV_BRANCH\/utils\/installer\/install.sh | \\<br \/>\n    bash -s &#8212; &#8211;no-install-dependencies<\/p>\n<p># Set default command to open LunarVim &#8211; when running directly in a docker container<br \/>\n# CMD [&#8220;\/home\/lunaruser\/.local\/bin\/lvim&#8221;]\n<p>    \u0648\u0627\u0631\u062f \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u0634\u0648\u06cc\u062f<\/p>\n<p>    \u0627\u0632 \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u062e\u0627\u0631\u062c \u0634\u0648\u06cc\u062f<\/p>\n<p>&gt;&gt; lvim [enter]\n<p>  \u067e\u0627\u062f\u0627\u0634<\/p>\n<p>\u0634\u0645\u0627 \u0641\u0642\u0637 \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u06a9\u0627\u0646\u062a\u06cc\u0646\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062a \u062a\u0639\u0627\u0645\u0644\u06cc \u0627\u062c\u0631\u0627 \u06a9\u0646\u06cc\u062f:<\/p>\n<p>&gt;&gt; cd \/your-path\/.devcontainer\/<\/p>\n<p>&gt;&gt; docker build -t my-lunarvim-image -f Dockerfile.lunarvim . <\/p>\n<p>&gt;&gt; docker run -it  -v .:\/home\/lunaruser\/project my-lunarvim-image \/bin\/bash<\/p>\n<p>    \u0648\u0627\u0631\u062f \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u0634\u0648\u06cc\u062f<\/p>\n<p>    \u0627\u0632 \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u062e\u0627\u0631\u062c \u0634\u0648\u06cc\u062f<\/p>\n<div data-article-id=\"2058796\" id=\"article-body\">\n<p><strong>\u0628\u06cc\u0627\u06cc\u06cc\u062f \u0628\u0627 lunarvim \u0628\u0627\u0632\u06cc \u06a9\u0646\u06cc\u0645<\/strong><\/p>\n<p>\u0627\u06cc\u0646 \u0647\u0645 \u0633\u0631\u06af\u0631\u0645 \u06a9\u0646\u0646\u062f\u0647 \u0648 \u0647\u0645 \u0622\u0633\u0627\u0646 \u0627\u0633\u062a. \u0645\u062a\u0623\u0633\u0641\u0627\u0646\u0647 \u0641\u0627\u06cc\u0644 \u0647\u0627\u06cc docker \u06a9\u0647 \u062f\u0631 \u0645\u062e\u0627\u0632\u0646 \u062e\u0648\u062f luarvim \u06cc\u0627\u0641\u062a \u0634\u062f \u0628\u0631\u0627\u06cc \u0645\u0646 \u06a9\u0627\u0631 \u0646\u06a9\u0631\u062f. \u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646 \u062f\u0631 \u0627\u06cc\u0646\u062c\u0627 \u0646\u0633\u062e\u0647 \u0627\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0631 \u0631\u0648\u06cc \u0633\u06cc\u0644\u06cc\u06a9\u0648\u0646 \u0633\u06cc\u0628 \u0627\u062c\u0631\u0627 \u0645\u06cc \u0634\u0648\u062f.<\/p>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>{\n    \"name\": \"lunarvim-devcontainer\",\n    \"dockerFile\": \"Dockerfile.lunarvim\"\n}\n<\/code><\/pre>\n<div class=\"highlight__panel js-actions-panel\">\n<div class=\"highlight__panel-action js-fullscreen-code-action\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" class=\"highlight-action crayons-icon highlight-action--fullscreen-on\"><title>\u0648\u0627\u0631\u062f \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u0634\u0648\u06cc\u062f<\/title>\n    <path d=\"M16 3h6v6h-2V5h-4V3zM2 3h6v2H4v4H2V3zm18 16v-4h2v6h-6v-2h4zM4 19h4v2H2v-6h2v4z\"\/>\n<\/svg><\/p>\n<p>    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" class=\"highlight-action crayons-icon highlight-action--fullscreen-off\"><title>\u0627\u0632 \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u062e\u0627\u0631\u062c \u0634\u0648\u06cc\u062f<\/title>\n    <path d=\"M18 7h4v2h-6V3h2v4zM8 9H2V7h4V3h2v6zm10 8v4h-2v-6h6v2h-4zM8 15v6H6v-4H2v-2h6z\"\/>\n<\/svg><\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code># Use a stable version of Alpine as the base image\nFROM alpine:3.18\n\n# Set up the working directory\nWORKDIR \/tmp\n\n# Set environment variables\nENV HOME_DIR=\"\/home\/lunaruser\"\nENV LV_BRANCH=\"release-1.4\/neovim-0.9\"\nENV PATH=\"$PATH:$HOME_DIR\/.local\/bin\"\n# Install dependencies\nRUN apk update &amp;&amp; \\\napk add --no-cache \\\nyarn \\\ngit \\\npython3 \\\ncargo \\\nneovim \\\nripgrep \\\nalpine-sdk \\\nbash \\\ncurl\n\n\n# Add a non-root user and group\nRUN addgroup -S lunaruser &amp;&amp; \\\n    adduser -S lunaruser -G lunaruser --shell \/bin\/sh\n\n# Switch to the non-root user\nUSER lunaruser\n\n# Run LunarVim installation as the non-root user\nRUN curl -s https:\/\/raw.githubusercontent.com\/lunarvim\/lunarvim\/$LV_BRANCH\/utils\/installer\/install.sh | \\\n    bash -s -- --no-install-dependencies\n\n# Set default command to open LunarVim - when running directly in a docker container\n# CMD [\"\/home\/lunaruser\/.local\/bin\/lvim\"]\n<\/code><\/pre>\n<div class=\"highlight__panel js-actions-panel\">\n<div class=\"highlight__panel-action js-fullscreen-code-action\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" class=\"highlight-action crayons-icon highlight-action--fullscreen-on\"><title>\u0648\u0627\u0631\u062f \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u0634\u0648\u06cc\u062f<\/title>\n    <path d=\"M16 3h6v6h-2V5h-4V3zM2 3h6v2H4v4H2V3zm18 16v-4h2v6h-6v-2h4zM4 19h4v2H2v-6h2v4z\"\/>\n<\/svg><\/p>\n<p>    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" class=\"highlight-action crayons-icon highlight-action--fullscreen-off\"><title>\u0627\u0632 \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u062e\u0627\u0631\u062c \u0634\u0648\u06cc\u062f<\/title>\n    <path d=\"M18 7h4v2h-6V3h2v4zM8 9H2V7h4V3h2v6zm10 8v4h-2v-6h6v2h-4zM8 15v6H6v-4H2v-2h6z\"\/>\n<\/svg><\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><code>&gt;&gt; lvim [enter]<\/code><\/p>\n<p><\/p>\n<h2>\n<p>  \u067e\u0627\u062f\u0627\u0634<br \/>\n<\/h2>\n<p>\u0634\u0645\u0627 \u0641\u0642\u0637 \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u06a9\u0627\u0646\u062a\u06cc\u0646\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062a \u062a\u0639\u0627\u0645\u0644\u06cc \u0627\u062c\u0631\u0627 \u06a9\u0646\u06cc\u062f:<\/p>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight console\"><code><span class=\"gp\">&gt;<\/span><span class=\"o\">&gt;<\/span> <span class=\"nb\">cd<\/span> \/your-path\/.devcontainer\/\n<span class=\"go\">\n<\/span><span class=\"gp\">&gt;<\/span><span class=\"o\">&gt;<\/span> docker build <span class=\"nt\">-t<\/span> my-lunarvim-image <span class=\"nt\">-f<\/span> Dockerfile.lunarvim <span class=\"nb\">.<\/span> \n<span class=\"go\">\n<\/span><span class=\"gp\">&gt;<\/span><span class=\"o\">&gt;<\/span> docker run <span class=\"nt\">-it<\/span>  <span class=\"nt\">-v<\/span> .:\/home\/lunaruser\/project my-lunarvim-image \/bin\/bash\n<\/code><\/pre>\n<div class=\"highlight__panel js-actions-panel\">\n<div class=\"highlight__panel-action js-fullscreen-code-action\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" class=\"highlight-action crayons-icon highlight-action--fullscreen-on\"><title>\u0648\u0627\u0631\u062f \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u0634\u0648\u06cc\u062f<\/title>\n    <path d=\"M16 3h6v6h-2V5h-4V3zM2 3h6v2H4v4H2V3zm18 16v-4h2v6h-6v-2h4zM4 19h4v2H2v-6h2v4z\"\/>\n<\/svg><\/p>\n<p>    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" class=\"highlight-action crayons-icon highlight-action--fullscreen-off\"><title>\u0627\u0632 \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647 \u062e\u0627\u0631\u062c \u0634\u0648\u06cc\u062f<\/title>\n    <path d=\"M18 7h4v2h-6V3h2v4zM8 9H2V7h4V3h2v6zm10 8v4h-2v-6h6v2h-4zM8 15v6H6v-4H2v-2h6z\"\/>\n<\/svg><\/p>\n<\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Summarize this content to 400 words in Persian Lang \u0628\u06cc\u0627\u06cc\u06cc\u062f \u0628\u0627 lunarvim \u0628\u0627\u0632\u06cc \u06a9\u0646\u06cc\u0645 \u0627\u06cc\u0646 \u0647\u0645 \u0633\u0631\u06af\u0631\u0645 \u06a9\u0646\u0646\u062f\u0647 \u0648 \u0647\u0645 \u0622\u0633\u0627\u0646 \u0627\u0633\u062a. \u0645\u062a\u0623\u0633\u0641\u0627\u0646\u0647 \u0641\u0627\u06cc\u0644 \u0647\u0627\u06cc docker \u06a9\u0647 \u062f\u0631 \u0645\u062e\u0627\u0632\u0646 \u062e\u0648\u062f luarvim \u06cc\u0627\u0641\u062a \u0634\u062f \u0628\u0631\u0627\u06cc \u0645\u0646 \u06a9\u0627\u0631 \u0646\u06a9\u0631\u062f. \u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646 \u062f\u0631 \u0627\u06cc\u0646\u062c\u0627 \u0646\u0633\u062e\u0647 \u0627\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0631 \u0631\u0648\u06cc \u0633\u06cc\u0644\u06cc\u06a9\u0648\u0646 \u0633\u06cc\u0628 \u0627\u062c\u0631\u0627 \u0645\u06cc \u0634\u0648\u062f. { &#8220;name&#8221;: &#8220;lunarvim-devcontainer&#8221;, &#8220;dockerFile&#8221;: &hellip;<\/p>\n","protected":false},"author":2,"featured_media":81526,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"","fifu_image_alt":"","footnotes":""},"categories":[339],"tags":[],"class_list":["post-81525","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dev"],"_links":{"self":[{"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/posts\/81525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/comments?post=81525"}],"version-history":[{"count":0,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/posts\/81525\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/media\/81526"}],"wp:attachment":[{"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/media?parent=81525"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/categories?post=81525"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/tags?post=81525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}