Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lspcontainers/dockerfiles

Dockerfiles for all LSPs used with lspcontainers.
https://github.com/lspcontainers/dockerfiles

docker dockerfiles language-servers

Last synced: about 1 month ago
JSON representation

Dockerfiles for all LSPs used with lspcontainers.

Awesome Lists containing this project

README

        

# dockerfiles

Dockerfiles for all LSPs used with `lspcontainers`.

## Installation

This repository requires the latest:

- [Docker Engine](https://docs.docker.com/engine/install/)
- [Docker Compose](https://docs.docker.com/compose/install)

## Build

To build images locally run:

- `docker-compose build ` to build a specific server (see `docker-compose.yaml`)
- `docker-compose build` to build all servers
- `docker-compose build --parallel` to build all servers in parallel

## Versions

Every container has two tags available:

- The `latest` tag, which points to the latest container build

- A pinned version. The pinned version will be the latest
version of the language server.