|
|
|
|
|
by RandyRanderson
1549 days ago
|
|
Answers to your questions: Yes, Yes, Yes, often teams use shells script, gradle or maven. The same config you'd put in the docker yaml or whatever would go into the maven or whatever config except that the devs would be familiar with the existing tools and wouldn't spend countless hours mucking about with docker files. Also unless you're using docker on x86 AND linux, likely things will not work or at least you'll run into mem, or perf or other compat issues. After working with Java/Python for years, I had forgotten about the hell people go through with other langs deploying on diverse OSes/arches. |
|
If I need to test my code locally against a service some other team develops, the only exchange needs to be "here's a docker compose file you can run with one command", not a wiki with shell scripts and other dozens of instructions which were likely outdated 3 years ago.