glasstop/README.md

25 lines
608 B
Markdown
Raw Normal View History

2024-10-24 21:56:06 +03:00
GlassTop
2024-10-25 01:11:33 +03:00
========
2024-10-24 21:56:06 +03:00
Modified for my needs from https://github.com/kasmtech/workspaces-images/commit/7600e4580c0affd177767c26b97b72acfffc28a4
Key differences
2024-10-25 01:11:33 +03:00
---------------
2024-10-24 21:56:06 +03:00
- Stripped many packages
- Might have added packages
- Probably customized desktop default settings
2024-10-24 22:13:44 +03:00
How to use
----------
Create new workspace manually and set following (example):
- Docker image: `git.jakest.us/jt/glasstop:dev`
2024-10-25 01:11:33 +03:00
- Docker registry: `git.jakest.us`
Building
--------
Build: `sudo docker build -t git.jakest.us/jt/glasstop:dev .`
Push: `docker login git.jakest.us && docker push git.jakest.us/jt/glasstop:dev`