Skip to content

Commit 23f2e63

Browse files
committed
Add documentation notes about use with Docker
1 parent 1b6293c commit 23f2e63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
impetus was to enable running a spring server inside a Docker
88
container.
99
* Numerous other tweaks to better support running Spring inside
10-
containers
10+
containers (see
11+
https://github.com/jonleighton/spring-docker-example)
1112

1213
## 1.6.4
1314

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,13 @@ false
290290
So to avoid this problem, don't save off references to application
291291
constants in your initialization code.
292292

293+
## Using Spring with a containerized development environment
294+
295+
As of Spring 1.7, there is some support for doing this. See [this
296+
example
297+
repository](https://github.com/jonleighton/spring-docker-example) for
298+
information about how to do it with [Docker](https://www.docker.com/).
299+
293300
## Configuration
294301

295302
Spring will read `~/.spring.rb` and `config/spring.rb` for custom

0 commit comments

Comments
 (0)