Sign inSign up

finalcut/coldfusion10

By finalcut

Updated almost 11 years ago

ColdFusion server 10 patched to the lastest version. The tag tells you what patch is applied (10.0.13 indicates hotfix 13).

Image
8

3.4K

finalcut/coldfusion10 repository overview

run this container with the following command:

docker run -d -p 8880:80 -v /var/www:/var/www finalcut/coldfusion10
  1. The admin password for the coldfusion server is Adm1n$
  2. You can't access the cf-admin interface from the web. You need to use the CF Admin API
  3. If you want to build your own container instead of using this one check out these instructions Finally, I map port 80 on the CF server to port 8880 and I have it in the usage instructions
  4. Finally, I map port 80 on the CF server to port 8880 and I have it in the usage instructions here to make it easier for me to copy paste. Use whatever port mapping works for you.
  5. You can learn more about the coldfusion installation by looking in ./build/install/installer.profile

This container is mainly built using a github repo - but I can't automatically build this one due to the dependency on the coldfusion server binaries.

NOTE: I edited the container on 21 AUG 2014 by adding apt-get clean to the Dockerfile. This reduced the size of the container from 1.7GB to 1.5GB - still huge but I don't know how/if it is possible to make it any smaller. Coldfusion installed on Windows 7 is roughly 2GB in size.

Tag summary

Content type

Image

Digest

sha256:166b86938

Size

834.8 MB

Last updated

almost 11 years ago

docker pull finalcut/coldfusion10