Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 767 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 767 Bytes

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