Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
f8396a6c
Unverified
Commit
f8396a6c
authored
Aug 11, 2022
by
github-actions[bot]
Committed by
GitHub
Aug 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automated documentation update (#90)
Co-authored-by:
github-actions
<
github-actions@github.com
>
parent
44694d69
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
22 additions
and
25 deletions
+22
-25
README.md
src/common-utils/README.md
+6
-6
README.md
src/desktop-lite/README.md
+4
-4
README.md
src/docker-from-docker/README.md
+1
-1
README.md
src/docker-in-docker/README.md
+1
-1
README.md
src/dotnet/README.md
+2
-3
README.md
src/java/README.md
+2
-2
README.md
src/node/README.md
+2
-2
README.md
src/php/README.md
+1
-2
README.md
src/python/README.md
+3
-4
No files found.
src/common-utils/README.md
View file @
f8396a6c
...
...
@@ -17,13 +17,13 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| install
_
Zsh | Install ZSH? | boolean | true |
| install
_Oh_My_
Zsh | Install Oh My Zsh!? | boolean | true |
| upgrade
_p
ackages | Upgrade OS packages? | boolean | true |
| installZsh | Install ZSH? | boolean | true |
| install
OhMy
Zsh | Install Oh My Zsh!? | boolean | true |
| upgrade
P
ackages | Upgrade OS packages? | boolean | true |
| username | Enter name of non-root user to configure or none to skip | string | automatic |
| u
ser_u
id | Enter uid for non-root user | string | automatic |
|
user_
gid | Enter gid for non-root user | string | automatic |
|
add_non_free_p
ackages | Add packages from non-free Debian repository? | boolean | - |
| uid | Enter uid for non-root user | string | automatic |
| gid | Enter gid for non-root user | string | automatic |
|
nonFreeP
ackages | Add packages from non-free Debian repository? | boolean | - |
---
...
...
src/desktop-lite/README.md
View file @
f8396a6c
...
...
@@ -18,10 +18,10 @@ Adds a lightweight Fluxbox based desktop to the container that can be accessed u
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Currently Unused! | string | latest |
| no
vnc_v
ersion | NoVnc Version | string | 1.2.0 |
|
vnc_
password | Enter a password for desktop connections | string | vscode |
|
novnc_p
ort | Enter a port for the VNC web client | string | 6080 |
| vnc
_p
ort | Enter a port for the desktop VNC server | string | 5901 |
| no
VncV
ersion | NoVnc Version | string | 1.2.0 |
| password | Enter a password for desktop connections | string | vscode |
|
webP
ort | Enter a port for the VNC web client | string | 6080 |
| vnc
P
ort | Enter a port for the desktop VNC server | string | 5901 |
---
...
...
src/docker-from-docker/README.md
View file @
f8396a6c
...
...
@@ -19,7 +19,7 @@
|-----|-----|-----|-----|
| version | Select or enter a Docker/Moby CLI version. (Availability can vary by OS version.) | string | latest |
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
| docker
_dash_compose_v
ersion | Compose version to use for docker-compose (v1 or v2) | string | v1 |
| docker
DashComposeV
ersion | Compose version to use for docker-compose (v1 or v2) | string | v1 |
---
...
...
src/docker-in-docker/README.md
View file @
f8396a6c
...
...
@@ -19,7 +19,7 @@ Create child containers *inside* a container, independent from the host's docker
|-----|-----|-----|-----|
| version | Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.) | string | latest |
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
| docker
_dash_compose_v
ersion | Default version of Docker Compose (v1 or v2) | string | v1 |
| docker
DashComposeV
ersion | Default version of Docker Compose (v1 or v2) | string | v1 |
---
...
...
src/dotnet/README.md
View file @
f8396a6c
...
...
@@ -18,9 +18,8 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) | string | latest |
| runtime_only | Install just the dotnet runtime if true, and sdk if false. | boolean | - |
| override_default_version | If true, overrides existing version (if any) of dotnet on the PATH | boolean | true |
| install_using_apt | If true, it installs using apt instead of the release URL | boolean | true |
| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | - |
| installUsingApt | If true, it installs using apt instead of the release URL | boolean | true |
---
...
...
src/java/README.md
View file @
f8396a6c
...
...
@@ -18,8 +18,8 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Java version to install | string | latest |
| install
_g
radle | Install Gradle, a build automation tool for multi-language software development | boolean | - |
| install
_m
aven | Install Maven, a management tool for Java | boolean | - |
| install
G
radle | Install Gradle, a build automation tool for multi-language software development | boolean | - |
| install
M
aven | Install Maven, a management tool for Java | boolean | - |
---
...
...
src/node/README.md
View file @
f8396a6c
...
...
@@ -18,8 +18,8 @@ Installs Node.js, nvm, yarn, and needed dependencies.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Node.js version to install | string | lts |
|
install_tools_for_node_gyp
| Install dependencies to compile native node modules (node-gyp)? | boolean | true |
| nvm
_install_p
ath | The path where NVM will be installed. | string | /usr/local/share/nvm |
|
nodeGypDependencies
| Install dependencies to compile native node modules (node-gyp)? | boolean | true |
| nvm
InstallP
ath | The path where NVM will be installed. | string | /usr/local/share/nvm |
---
...
...
src/php/README.md
View file @
f8396a6c
...
...
@@ -18,8 +18,7 @@
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a PHP version | string | latest |
| install_composer | Install PHP Composer? | boolean | true |
| override_default_version | If true, overrides existing version (if any) of dotnet on the PATH | boolean | true |
| installComposer | Install PHP Composer? | boolean | true |
---
...
...
src/python/README.md
View file @
f8396a6c
...
...
@@ -18,12 +18,11 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select a Python version to install. | string | os-provided |
| install
_python_t
ools | Install common Python tools like pylint | boolean | true |
| install
T
ools | Install common Python tools like pylint | boolean | true |
| optimize | Optimize Python for performance when compiled (slow) | boolean | - |
| installPath | The path where python will be installed. | string | /usr/local/python |
| override_default_version | If true, overrides existing version (if any) of python on the PATH | boolean | true |
| install_jupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | - |
| configure_jupyterlab_allow_origin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - |
| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | - |
| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - |
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment