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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Rails Dev Container Images & Features
2
2
3
-
This repository contains dev container images and features that can be used to create a convenient and consistent
3
+
This repository contains dev container images and features that can be used to create a convenient and consistent
4
4
development environment for working on Rails applications.
5
5
6
6
## What is a dev container?
7
7
8
-
A **dev container** is a running Docker container that provides a fully-featured development environment which can be
9
-
used to run an application, to separate tools, libraries, or runtimes needed for working with a codebase, and to aid in
8
+
A **dev container** is a running Docker container that provides a fully-featured development environment which can be
9
+
used to run an application, to separate tools, libraries, or runtimes needed for working with a codebase, and to aid in
10
10
continuous integration and testing. **Dev container features** are self-contained units of installation and configuration
11
11
that can be installed on top of a container image to provide additional functionality in a container. **Dev container
12
12
images** are prebuilt docker images based on dev container features. For more information on the dev container
@@ -30,8 +30,8 @@ would look like this:
30
30
}
31
31
```
32
32
33
-
This dev container uses the Ruby image, which includes an installation of Ruby (in this case version 3.3.0) and the RBenv
34
-
version manager, as well as other common utilities such as Git. It also uses the Active Storage feature, which installs
33
+
This dev container uses the Ruby image, which includes an installation of Ruby (in this case version 3.3.0) and a Ruby
34
+
version manager (mise by default, but configurable to use rbenv), as well as other common utilities such as Git. It also uses the Active Storage feature, which installs
35
35
dependencies needed for Active Storage.
36
36
37
37
The dev container can be initialized [by VSCode](https://code.visualstudio.com/docs/devcontainers/containers) or by using
@@ -50,9 +50,9 @@ This repository is open for contributions. See [the contributions guide](CONTRIB
50
50
51
51
You can create your own features, and images based on them.
52
52
53
-
The best place to start is the [feature starter repository](https://github.com/devcontainers/feature-starter) which is
53
+
The best place to start is the [feature starter repository](https://github.com/devcontainers/feature-starter) which is
54
54
maintained by the devcontainers org.
55
55
56
56
## License
57
57
58
-
The repository is released under the [MIT License](https://opensource.org/licenses/MIT).
58
+
The repository is released under the [MIT License](https://opensource.org/licenses/MIT).
0 commit comments