Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 462 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 462 Bytes

code-server-python

Code Server for Python

usage with docker

docker run -it -p 8080:8080 danchitnis/code-server-python

Then open a webpage and go to http://localhost:8080

usage with docker compose

first clone the repo

docker compose up

Build image

docker compose build

Build multi-arch image

docker buildx build --platform=linux/amd64,linux/arm64 -t {tag} . --push