FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
algorithm-archive/.devcontainer/devcontainer.json at main · algorithm-archivists/algorithm-archive · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
algorithm-archivists
/
algorithm-archive
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
358
Star
2.5k
Code
Issues
53
Pull requests
43
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
algorithm-archive
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (20 loc) · 953 Bytes
Breadcrumbs
algorithm-archive
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
24 lines (20 loc) · 953 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
For format details, see https://aka.ms/devcontainer.json.
{
"name"
:
"
Arcane Algorithm Archive All Languages
"
,
//
Comment out 'image' and uncomment 'build' to test changes to the dockerfile locally
"image"
:
"
ghcr.io/algorithm-archivists/aaa-langs:latest
"
,
//
"build": {\
//
// For config options, see the README at:https://github.com/microsoft/vscode-dev-containers/tree/v0.187.0/containers/ubuntu
//
"dockerfile": "../Dockerfile",
//
// Update 'VARIANT' to pick an Ubuntu version: focal, bionic
//
"args": { "VARIANT": "focal" }
//
},
//
Set *default* container specific settings.json values on container create.
"settings"
: {},
//
Add the IDs of extensions you want installed when the container is created.
"extensions"
: [],
//
Use 'forwardPorts' to make a list of ports inside the container available locally (outside the container).
//
Port : Usage
//
4000 : Honkit serves by default on this port
"forwardPorts"
: [
4000
]
}
Back
|
FazBrowse Home
|
New Git URL