You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@
6
6
7
7
***
8
8
9
+
### Release 24.03.1
10
+
11
+
This is a fix release, correcting an unfortunate copy-and-paste error in the files `Dockerfile.xfce.nodejs`, `Dockerfile.xfce.nvm` and `Dockerfile.xfce.python`.
12
+
13
+
Other changes:
14
+
15
+
- Readme files for Docker Hub have got a new section `Sharing Visual Studio Code profiles`
Copy file name to clipboardExpand all lines: docker/xfce-nodejs/README-dockerhub.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,32 @@ This [User guide][this-user-guide] describes the images and how to use them.
23
23
24
24
The related [GitHub project][this-github] contains image generators that image users generally don’t need, unless they want to build the images themselves.
25
25
26
+
### Sharing Visual Studio Code profiles
27
+
28
+
You can share *portable*`Visual Studio Code` profiles using *volumes* if you build your `compose` file similar to this:
29
+
30
+
```yaml
31
+
volumes:
32
+
### The volume should be prepared beforehand, otherwise
Copy file name to clipboardExpand all lines: docker/xfce-nvm/README-dockerhub.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,32 @@ This [User guide][this-user-guide] describes the images and how to use them.
27
27
28
28
The related [GitHub project][this-github] contains image generators that image users generally don’t need, unless they want to build the images themselves.
29
29
30
+
### Sharing Visual Studio Code profiles
31
+
32
+
You can share *portable*`Visual Studio Code` profiles using *volumes* if you build your `compose` file similar to this:
33
+
34
+
```yaml
35
+
volumes:
36
+
### The volume should be prepared beforehand, otherwise
Copy file name to clipboardExpand all lines: docker/xfce-python/README-dockerhub.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,32 @@ This [User guide][this-user-guide] describes the images and how to use them.
23
23
24
24
The related [GitHub project][this-github] contains image generators that image users generally don’t need, unless they want to build the images themselves.
25
25
26
+
### Sharing Visual Studio Code profiles
27
+
28
+
You can share *portable*`Visual Studio Code` profiles using *volumes* if you build your `compose` file similar to this:
29
+
30
+
```yaml
31
+
volumes:
32
+
### The volume should be prepared beforehand, otherwise
Copy file name to clipboardExpand all lines: docker/xfce-vscode/README-dockerhub.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,32 @@ This [User guide][this-user-guide] describes the images and how to use them.
20
20
21
21
The related [GitHub project][this-github] contains image generators that image users generally don’t need, unless they want to build the images themselves.
22
22
23
+
### Sharing Visual Studio Code profiles
24
+
25
+
You can share *portable*`Visual Studio Code` profiles using *volumes* if you build your `compose` file similar to this:
26
+
27
+
```yaml
28
+
volumes:
29
+
### The volume should be prepared beforehand, otherwise
0 commit comments