Skip to content

Running code locally while in Docker mode #83

Answered by gbraad
minimaxir asked this question in Q&A
Discussion options

You must be logged in to vote

Simplest solutions are:

  • use/create a specific container image as the base for the server
  • use ssh to connect to the underlying host

Or avoid the container and use the server directly on the remote host.

Note: this is not a replacement for codespaces, but merely the server component as used by them. Any infrastructure or deployment is not part of this repo.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by akosyakov
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #82 on September 29, 2021 06:54.