Skip to content

Best Practises Check-in #5959

Answered by bpmct
Sharpz7 asked this question in Q&A
Jan 10, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Any recommendations for getting DinD and code-server working together?

I'd actually recommend running the Sysbox container runtime on Kubernetes and installing code-server and Docker into a base container. It has the best isolation and you can use more Docker features.

I need to move between 3+ languages / day, should I have multiple images I switch between, and should I have multiple instances of code-server on my server ready to switch between them, that all access the same file system?

We typically see teams build one giant, base image with all the dependencies. However, you could also mount the same volume in multiple containers in a pod if you want some process isolation for the …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Sharpz7
Comment options

Answer selected by Sharpz7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants