mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-19 02:43:28 +10:00
Allow running under podman
This commit is contained in:
parent
6ae7825809
commit
666f0a7c81
@ -2,6 +2,8 @@
|
|||||||
"name": "Jekyll",
|
"name": "Jekyll",
|
||||||
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
|
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
|
||||||
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
||||||
|
"runArgs": ["--userns=keep-id:uid=1000,gid=1000"],
|
||||||
|
"containerUser": "vscode",
|
||||||
"postCreateCommand": "bash .devcontainer/post-create.sh",
|
"postCreateCommand": "bash .devcontainer/post-create.sh",
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user