{"id":21650510,"url":"https://github.com/shield-wall/lunarvim-docker","last_synced_at":"2026-04-10T07:56:58.153Z","repository":{"id":64251908,"uuid":"530198953","full_name":"shield-wall/lunarvim-docker","owner":"shield-wall","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-07T13:12:43.000Z","size":14,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T05:26:59.339Z","etag":null,"topics":["ide","lunarvim","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shield-wall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-29T11:57:30.000Z","updated_at":"2023-08-28T03:00:58.000Z","dependencies_parsed_at":"2023-01-15T06:45:21.150Z","dependency_job_id":null,"html_url":"https://github.com/shield-wall/lunarvim-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shield-wall%2Flunarvim-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shield-wall%2Flunarvim-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shield-wall%2Flunarvim-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shield-wall%2Flunarvim-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shield-wall","download_url":"https://codeload.github.com/shield-wall/lunarvim-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244543970,"owners_count":20469587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ide","lunarvim","vim"],"created_at":"2024-11-25T07:40:49.070Z","updated_at":"2026-04-10T07:56:53.101Z","avatar_url":"https://github.com/shield-wall.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lunarvim docker\n===============\n\n[![Publish image on docker hub](https://github.com/shield-wall/lunarvim-docker/actions/workflows/publish_docker_hub.yml/badge.svg)](https://github.com/shield-wall/lunarvim-docker/actions/workflows/publish_docker_hub.yml)\n\n\n### Quick start\n\n\n\u003e **Warning**\n\u003e\n\u003e Make sure that [fonts][lunavim_doc_fonts] are installed into your host/machine, and set in your Terminal.\n\nLet's use the image that we build above.\n\n```shell\ndocker run --rm -it -v $(pwd):/app -v $HOME/.ssh/:/home/dev/.ssh/:ro -v $HOME/.config/lvim/config.lua:/home/dev/.config/lvim/config.lua -v /var/run/docker.sock:/var/run/docker.sock:ro docker shieldwalll/lunarvim\n```\n\nor you can configure it in your `docker-compose.yml` file \n\n```yaml\n#docker-compose.override.yml\n\nversion: '3.8'\n\nservices:\n  lvim:\n    image: shieldwalll/lunarvim\n    # entrypoint: lvim\n    volumes:\n      - ./:/app\n      - ~/.ssh/:/home/dev/.ssh/:ro\n      - ~/.config/lvim/config.lua:/home/dev/.config/lvim/config.lua\n      - /var/run/docker.sock:/var/run/docker.sock:ro\n```\n\nand run\n\n```\ndocker-compose run --rm lvim\n\n//and after you access your container you run:\n\nlvim\n```\n\n\u003e **Note**\n\u003e \n\u003e You can also enable the entrypoint in your docker-composer.yml file with **lvim**!\n\n### Docker images\n\n| Lenguage   | image                     |\n| ---------- | ------------------------- |\n| Default    | shieldwalll/lunarvim      |\n| PHP        | shieldwalll/lunarvim:php  |\n\n### Others\n\n**User credentials**\n\n- user: `dev`\n- password: `dev`\n\n[lunavim_doc_fonts]: https://www.lunarvim.org/docs/configuration/nerd-fonts\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshield-wall%2Flunarvim-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshield-wall%2Flunarvim-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshield-wall%2Flunarvim-docker/lists"}