Skip to content

Commit 621c005

Browse files
authored
From Gitpod to GH Codespaces (icub-tech-iit#362)
1 parent f697e2a commit 621c005

File tree

5 files changed

+4
-18
lines changed

5 files changed

+4
-18
lines changed

.gitpod.Dockerfile renamed to .devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN gem install yaml
1919

2020
RUN rm -Rf /var/lib/apt/lists/*
2121

22-
RUN useradd -l -u 33333 -G sudo -md /home/gitpod -s /bin/bash -p gitpod gitpod && \
22+
RUN useradd -l -u 33333 -G sudo -md /home/coder -s /bin/bash -p coder coder && \
2323
sed -i.bkp -e 's/%sudo\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%sudo ALL=NOPASSWD:ALL/g' /etc/sudoers
2424

2525
EXPOSE 8000

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "iCub Tech Documentation",
33
"build": {
4-
"dockerfile": "../.gitpod.Dockerfile"
4+
"dockerfile": "Dockerfile"
55
},
66
"extensions": [],
77
"forwardPorts": [8000],
8-
"remoteUser": "gitpod"
8+
"remoteUser": "coder"
99
}

.gitpod.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,7 @@ This repository is maintained by:
2121
# ☁ Cloud Workflow
2222
You can leverage on the following Cloud IDE's to quickly get a testing platform where to try out how the documentation is rendered.
2323

24-
## 🔘 [Gitpod](https://www.gitpod.io)
25-
First off, sign up for Gitpod using your GitHub credentials. You'll have 50 hours/month of free usage on public and private repositories. Also, remember to visit the [Gitpod Integrations](https://gitpod.io/integrations) to make sure that all GitHub permissions are ticked in.
26-
27-
Then, install the [Gitpod browser extension](https://www.gitpod.io/docs/browser-extension).
28-
29-
| Click to enlarge |
30-
| :---: |
31-
| ![](./assets/gitpod.gif) |
32-
33-
## 🔘 [GitHub Codespaces](https://github.com/features/codespaces) (if available)
24+
## 🔘 [GitHub Codespaces](https://github.com/features/codespaces)
3425

3526
| Click to enlarge |
3627
| :---: |

assets/gitpod.gif

-4.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)