persistent history, add podman to memory.md, user webgui
This commit is contained in:
parent
0817d7be67
commit
ce19be2e68
5 changed files with 30 additions and 20 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// devcontainer.json
|
||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
|
||||
{
|
||||
|
|
@ -11,14 +12,14 @@
|
|||
"service": "devcontainer",
|
||||
|
||||
// default workspace path in container to open
|
||||
"workspaceFolder": "/workspace" //${localWorkspaceFolder}"
|
||||
"workspaceFolder": "/workspace", //${localWorkspaceFolder}"
|
||||
|
||||
// "mounts": [
|
||||
// "source=projectname-bashhistory,target=/commandhistory,type=volume"
|
||||
// ],
|
||||
// "postCreateCommand": {
|
||||
// "Fix Volume Permissions": "chown -R $(whoami): /commandhistory"
|
||||
// }
|
||||
"postCreateCommand": {
|
||||
"Fix Volume Permissions": "chown -R $(whoami): /commandhistory"
|
||||
}
|
||||
|
||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
// "features": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue