Skip to content

πŸ‘©β€πŸ’» Coder shifts software development from local machines to on-prem and public cloud infrastructure

Notifications You must be signed in to change notification settings

pilarcode/code-server-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Coder Server

This project create a docker container with code-server , python 3.12 and a repo.

Setup

docker build -t code-server-compi .
docker run -it -e PORT=8080 -e GITLAB_TOKEN=<FILL_IN> -e GITLAB_USERNAME=<FILL_IN> -p 8080:8080  code-server-compi
docker ps 
docker exec -it <container_id> /bin/bash
docker rmi -f <image_id>
docker rm -f <container_id>

Usage

http://localhost:8080/

About

πŸ‘©β€πŸ’» Coder shifts software development from local machines to on-prem and public cloud infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published