Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

TrigenSoftware/dev-container

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Container

trigen/dev-container:latest

Main image for development based on Ubuntu 25.04 with preinstalled Oh my Zsh and Asdf, and configured PNPM cache.

docker run -it \
  -v $(pwd):/workspace \
  -v $(pwd)/.cache:/cache \
  -v $(pwd)/ssh:/root/.ssh \
  trigen/dev-container:latest

Mount points:

Path Description
/workspace Your project(s) directory
/cache Cache for asdf, pnpm, zsh history, git config

trigen/dev-container:tunnel

Image to run VS Code Remote Tunnels.

docker run -it \
  --hostname dev-container \
  -v $(pwd):/workspace \
  -v $(pwd)/.cache:/cache \
  -v $(pwd)/ssh:/root/.ssh \
  trigen/dev-container:tunnel

Note

--hostname should be the same each run for VS Code Tunnel session reuse

Mount points:

Path Description
/workspace Your project(s) directory
/cache Cache for asdf, pnpm, zsh history, git config

Environment variables:

Name Description Default
TUNNEL_NAME Name of the tunnel dev-container
TUNNEL_PROVIDER Authentication provider (github or microsoft) github

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.