Giter Site home page Giter Site logo

cloudshell's Introduction

Open Cloud Web Terminal Shell

Container running a Web Terminal to a Linux Shell for development in a โ˜๏ธ Cloud.

Usage

Locally

sudo docker run --hostname=testhost -eUSER_ID=YOURUID -eUSER_PWD=YOURPWD --rm -p 8080:8080 gcr.io/vorburger/github.com/vorburger/cloudshell-debian

podman run --hostname=testhost -eUSER_ID=YOURUID -eUSER_PWD=YOURPWD --rm -p 8080:8080 gcr.io/vorburger/github.com/vorburger/cloudshell-fedora

You can now access a web-based shell on http://localhost:8080! (Login with the YOURUID & YOURPWD chosen above.)

Optional additional container environment variables

  • USER_SHELL can be set to /usr/bin/bash or /usr/bin/zsh instead of the default Fish shell.
  • GOTTY_TERM can be set to hterm instead of the default xterm
  • GOTTY_TITLE_FORMAT = "Cloud Shell" (or whatever HTML TITLE you like)

Features

  • is simple to use & run, available from a container registery
  • offers both Debian and Fedora containers
  • has regular user account (not root)
  • has sudo working (useful e.g. for quick package installation)
  • customizable by deriving your own container FROM cloudshell (this one); as e.g. in this Dockerfile

Develop

./build

Now simply run like in the Locally section above, but use only cloudshell-fedora (or cloudshell-debian) instead of pulling from the remote gcr.io/... registry.

Based on

Similar projects (open source)

Similar projects (not open source)

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.