Created
February 26, 2026 12:34
-
-
Save ThorstenHans/f17fdffe838df2c01016c3d37dd5d332 to your computer and use it in GitHub Desktop.
Spin DevContainer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "name": "Spin Dev Container", | |
| "image": "thorstenhans/spin-devcontainer:0.1.11", | |
| "forwardPorts": [ | |
| 3000 | |
| ], | |
| "remoteEnv": { | |
| "SPIN_AKA_ACCESS_TOKEN": "${localEnv:AF_PAT}" | |
| }, | |
| "postAttachCommand": [ | |
| "/usr/local/bin/spin", | |
| "aka", | |
| "login" | |
| ], | |
| "shutdownAction": "stopContainer" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment