Commit ad031a9
Container naming fix (#11936)
* Use same container names for both mvn/docker compose run dev installations
Make sure that running dev containers either via `mvn -Pct docker:run` or
`docker compose -f docker-compose-dev.yml up` will result in the same,
predictable container names. Before this fix, mvn started containers had
names like dataverse-1, while docker compose started containers had
dev_dataverse. After this fix, in all cases, we will have dev_dataverse, or
more precisely the name used in docker-compose-dev.yml
* update container names to dev_ in guides #11936
---------
Co-authored-by: Oliver Bertuch <[email protected]>
Co-authored-by: Philip Durbin <[email protected]>
Co-authored-by: Steven Winship <[email protected]>1 parent c325662 commit ad031a9
File tree
3 files changed
+5
-4
lines changed- doc/sphinx-guides/source
- container
- developers
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1266 | 1266 | | |
1267 | 1267 | | |
1268 | 1268 | | |
| 1269 | + | |
1269 | 1270 | | |
1270 | 1271 | | |
1271 | 1272 | | |
| |||
0 commit comments