This topic describes in detail the commands used by the Dockerfiles in the Docker demonstration for the
Enterprise Developer base image.
The following Dockerfiles are used:
- Dockerfile
- The main Dockerfile used to create the image for
Enterprise Developer.
- Dockerfile.nojava
- Additional Dockerfile to produce a base image for
Enterprise Developer that does not include Java support.
You might want to use this if your system already includes a number of different versions of Java and you don't want to introduce
another version unnecessarily.
- Dockerfile.x86
- Additional Dockerfile to produce a base image for
Enterprise Developer for use with 32-bit applications.
- Dockerfile.x64
- Additional Dockerfile to produce a base image for
Enterprise Developer for use with 64-bit applications.