containerize from visual code server with some costumize tools and settings.
This project deploy and running with orcinus tools.
Thanks credits to: https://github.com/orcinustools
- build image from Dockefile:
docker build -t code-server:dev .
- install orcinus tools: link reference
- File to change :
- change password on
config.yaml
as you like - change project dir mount host to container on
orcinus.yml
- run and deploy with command
orcinus create
on project dir