Skip to content

Docker image for installing code-server with most of the nodeschool.io workshops pre installed

Notifications You must be signed in to change notification settings

nodeschoolyvr/nodeschool-code-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodeschool Code-Server Docker Image

This is a Docker image that will allow you to run a Visual Studio Code instance in your browser, with node, npm, and the majority of the NodeSchool.io workshoppers pre-installed.

Built from the Code-Server project.

Dependencies

You must have Docker installed. The simplest way is to install either Docker Desktop or Rancher Desktop.

Usage

Clone this repo:

git clone https://github.com/nodeschoolyvr/nodeschool-code-server.git
cd nodeschool-code-server

Build and run:

docker build -t nodeschool-code-server
docker run -d -p 8080:8080 -v nodeschool:/home/coder nodeschool-code-server --auth none

It will take a few minutes to build!

Open localhost:8080 in your browser.

Open a new terminal (Terminal > New Terminal)

Run learnyounode to get started! Or check out the list of workshops at NodeSchool.io. No need to install, just run the commands.

Now you can customize your editor however you see fit! Check out Personalize Visual Studio Code for more info.

Workshops currently NOT included

  • git-it
  • elementary-electron
  • webgl-workshop
  • introtowebgl
  • learnuv
  • perfschool
  • levelmeup
  • learn-sass
  • nodebot-workshop

About

Docker image for installing code-server with most of the nodeschool.io workshops pre installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published