Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avelino/dockerfiles
- Owner: avelino
- License: mit
- Created: 2019-02-06T15:26:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T12:51:51.000Z (over 5 years ago)
- Last Synced: 2024-10-12T09:20:05.869Z (2 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```