Sign inSign up

fraoustin/theia

By fraoustin

Updated over 4 years ago

Image
0

387

fraoustin/theia repository overview

Theia Ide

It's a docker image with Theia Ide.

I add

  • python 3.8
  • module python flake8 flask autopep8 colorconsole pylint
  • pythonrc with coloration
  • git 2.26
  • specific git config
  • specific bashrs with coloration terminal
  • docker client
  • extension docker-explorer
  • extension theme Atom
  • extension colorize
  • shortcut ctrl+f1 or ctrl+m: toggle menu
  • shortcut ctrl+f2 or ctrl+i: switch between editor and terminal
  • shortcut ctrl+left or right: switch between tab
  • JetBrainsMono as font in theia

Usage direct

run image fraoustin/theia

docker run -d --rm -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock -v <localpath>:/project --name theia fraoustin /theia

you can access to ihm with url http://127.0.0.1:3000/

## Usage with login

you can docker-compose

git clone https://github.com/fraoustin/theia.git
cd theia/login
docker-compose up -d

user default is user and password default is pass (you can change in docker-compose.yml)

you use http://localhost/ for access login ihm

you can use shortcut ctrl+q for to quit or menu disconnect

External library

Tag summary

Content type

Image

Digest

Size

1.2 GB

Last updated

over 4 years ago

docker pull fraoustin/theia:1.21.0