Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avelino/dockerfiles

Various Dockerfiles I use on the desktop and on servers
https://github.com/avelino/dockerfiles

Last synced: about 1 month ago
JSON representation

Various Dockerfiles I use on the desktop and on servers

Awesome Lists containing this project

README

        

# dockerfiles
Various Dockerfiles I use on the desktop and on servers

## Softwares

### Theia IDE

Image base: **ubuntu:18.04**

Images:
- avelino/theia-ide - *Stable version*
- avelino/theia-ide:next - *Developer version*

#### build

Generate version next version used build arg `--build-arg VERSION=next`

```
docker build -t avelino/theia-ide:next theiaide
```