Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-openvscode-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MyDockerImages
docker-openvscode-server
Commits
c49fd275
Commit
c49fd275
authored
1 month ago
by
Dominique Marcadet
Browse files
Options
Downloads
Patches
Plain Diff
tell about usage with devcontainer
parent
d5a251c4
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#58903
skipped
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-3
5 additions, 3 deletions
README.md
with
5 additions
and
3 deletions
README.md
+
5
−
3
View file @
c49fd275
...
...
@@ -30,12 +30,14 @@ and the corresponding patch to this repository (`git am --reject -i PR.patch`)
-
The exposed port is 3000
-
The user folder is
`/config`
-
The user and sudo password is
`abc`
-
If
d
ocker (or
p
odman) is installed on your computer, you can run (
`amd64`
or
`arm64`
architecture) this
-
If
D
ocker (or
P
odman) is installed on your computer, you can run (
`amd64`
or
`arm64`
architecture) this
image, assuming you are in a specific folder that will be shared with the container at
`/config`
, with:
`docker run -p 3000:3000 -v "$(pwd):/config"
gitlab-research.centralesupelec.fr:4567/my-docker-images/docker-openvscode-server:latest`
-
There is also an image using
[
Homebrew
](
https://brew.sh
)
as package manager to get the
latest versions of the tools (tag
`brew`
, branch
`brew`
, only
`amd64`
)
-
If Docker and Visual Studio Code with the Dev Container extension are installed on your computer,
download
[
devcontainer.zip
](
devcontainer.zip
)
, unzip it and open the
`config`
folder with Visual Studio Code;
the local
`config`
folder (which can be renamed) will be shared with the container at
`/config`
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