Skip to content

sergeykorablin/code-server-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VS Code Server with Python & pip

Based on:

Install from the command line:

docker pull ghcr.io/sergeykorablin/code-server-python:latest

Install on kubernetes

kubectl -n code-server create secret generic code-secrets \
 --from-literal=password='PROVIDE YOUR PASSWORD HERE' \
 --from-literal=sudo_password='YOUR SUDO PASSWORD'

kubectl apply -f code-server.yaml

Uninstall

kubectl delete -f code-server.yaml

Image build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages