Can I use docker to provision individual developer machines? We will have a team of 100 developers working on 6-7 different Oracle products
1 Like
Can the Oracle products run on Linux, I think the answer is yes. Oracle has a Linux Docker image. See here: https://blogs.oracle.com/linux/entry/oracle_linux_images_for_docker. Use this as base image.
Then every developer can download and USE the same image.
Tore Gard