Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nghyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cassiopée
nghyd
Commits
cc7e8fc5
Commit
cc7e8fc5
authored
1 year ago
by
David Dorchies
Browse files
Options
Downloads
Patches
Plain Diff
chore: add devcontainer.json
- For debugging with docker in vscode
parent
851e23e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.devcontainer/devcontainer.json
+31
-0
31 additions, 0 deletions
.devcontainer/devcontainer.json
with
31 additions
and
0 deletions
.devcontainer/devcontainer.json
0 → 100644
+
31
−
0
View file @
cc7e8fc5
//
For
format
details,
see
https://aka.ms/devcontainer.json.
For
config
options,
see
the
//
README
at:
https://github.com/devcontainers/templates/tree/main/src/ubuntu
{
"name"
:
"Cassiopée"
,
//
Or
use
a
Dockerfile
or
Docker
Compose
file.
More
info:
https://containers.dev/guide/dockerfile
"image"
:
"geaucassiopee/ci-cd-cross-platform-webapp:v3"
,
"customizations"
:
{
"vscode"
:
{
"extensions"
:
[
"eamodio.gitlens"
,
"streetsidesoftware.code-spell-checker"
,
"ms-vscode.vscode-typescript-next"
]
}
}
//
Features
to
add
to
the
dev
container.
More
info:
https://containers.dev/features.
//
"features"
:
{},
//
Use
'forwardPorts'
to
make
a
list
of
ports
inside
the
container
available
locally.
//
"forwardPorts"
:
[],
//
Use
'postCreateCommand'
to
run
commands
after
the
container
is
created.
//
"postCreateCommand"
:
"uname -a"
,
//
Configure
tool-specific
properties.
//
"customizations"
:
{},
//
Uncomment
to
connect
as
root
instead.
More
info:
https://aka.ms/dev-containers-non-root.
//
"remoteUser"
:
"root"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment