diff --git a/README.md b/README.md index a35ae18..2036a47 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ GlassTop -========== +======== Modified for my needs from https://github.com/kasmtech/workspaces-images/commit/7600e4580c0affd177767c26b97b72acfffc28a4 Key differences ------------------- +--------------- - Stripped many packages - Might have added packages - Probably customized desktop default settings @@ -16,4 +16,9 @@ How to use ---------- Create new workspace manually and set following (example): - Docker image: `git.jakest.us/jt/glasstop:dev` - - Docker registry: `git.jakest.us` \ No newline at end of file + - 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` diff --git a/install-stuff.sh b/install-stuff.sh index 9a1ca35..6227e03 100644 --- a/install-stuff.sh +++ b/install-stuff.sh @@ -30,6 +30,61 @@ apt-get install -y \ fonts-glasstty \ fonts-firacode +# Customize Firefox +mkdir -p /etc/firefox/policies +cat > /etc/firefox/policies/policies.json <