Coder Social home page Coder Social logo

vscode-server-container's Introduction

Overview

A collection of Dockerfiles, organized by directory, building

A simple Visual Studio Code Server image that allows the use of VSC on your lcao machine via a browser

Usage

Quickest

  1. docker compose up -d

  2. and docker compose down to stop

Then browse to http://localhost:8080 and password r3dh4t1! (Password is set in config/config/code-server/config.yaml)

very Long Hand

docker run -d --rm
  --name vscode-server \
  -p 8080:8080 \
  --hostname devops \
  -v "$(pwd)/config:/home/devops/.config" \
  -e "DOCKER_USER=$USER" \
  quay.io/tonykay/rhel-vsc-code-server:latest

TODO document changing your password

Misc

  • Uses Red Hat ubi 9 image as its base

    • See Dockerfile(s)

  • Supports ubi tooling

TODO

  • Add Extensions e.g. Ansible, Kubernetes, Adoc etc etc

  • Abuse Makefile as local CI/CD e.g. make pipeline

  • Multi-arch building

    • ARM v8 Done

    • Legacy AMDx64 Done

  • Hostname - Nice to Have

    • Done

  • Utility tooling - make "VM like"

  • Ansible tooling - or child image?

    • Added latest and greatest

  • OpenShift/K8S tooling - or child image?

  • SBOM generation

    • Basics - cyclonedx via (shh) syft & grype

README.adoc rhel9-code-server-all-in-one rhel9-code-server-ansible rhel9-code-server-base rhel9-code-server-k8s-openshift

vscode-server-container's People

Contributors

tonykay avatar

Watchers

 avatar

Forkers

officialmofabs

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.