8000 GitHub - cheney-yan/ai-devcontainer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cheney-yan/ai-devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MCP Development Container

This repository contains a development container configuration for MCP server development with the following features:

  • Base image: dev-linux
  • SSH server enabled
  • Docker-in-docker support
  • Pre-installed tools for MCP server development
  • ARM64 compatibility with amd64 platform images

Features

  • Python 3 with virtual environment
  • Essential development tools
  • SSH server (port 2222)
  • Docker-in-docker support
  • VS Code extensions for Python and Docker
  • Pre-pulled amd64 base images for compatibility

Usage

  1. Install VS Code and the Remote Development extension pack
  2. Clone this repository
  3. Open in VS Code and click "Reopen in Container" when prompted
  4. The container will build and configure itself automatically

SSH Access

The SSH server is configured on port 2222 and can be accessed using:

ssh -p 2222 vscode@localhost

Notes

  • The container is configured to run as non-root user 'vscode'
  • Docker commands can be run without sudo
  • Base images are pre-pulled for amd64 platform compatibility

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0