Anyone successfully running commandbox/lucee on a ...
# docker-commandbox
b
Anyone successfully running commandbox/lucee on a windows servercore image? Any maintained, prewarmed image goodness out there I should know about before digging in?
👀 1
I'm certain I can cobble together scripts and stuff needed to get it running when it spins up. I was just wondering what might be out there already (if anything because I've found nothing really) or what others' experiences are/were like.
@gmurphy - So not something you still do regularly?
g
No, this was for a special client who was using CommandBox as a file uploader.
It has been a few years since we did this.
In fact it was in a docker forest.
b
I'm assuming it was all brute forced. Meaning, blank servercore image and you run a Powershell script to add-windowsFeatures download/install commandbox and start the app(s)?
I've been pretty spoiled by the ortus images
g
Correct all scripted
👍 1
If you are in the Cloud you can prebuilt images that are totally reusable.
👍 1
b
well, I still have some local dev setup scripts for onboarding new devs on windows machines. I can probably steal much of that and get going. I'd feel better if a lot of people responded with "Yeah, we do that all the time... its pretty solid".
g
Are these VM's create OVF templates
b
prebuilt windows servercore/commandbox/lucee images??
I'm not familiar with OVF. I'm looking to stand up a new image from scratch, not export a VM
Today though, yes, these apps run on hyperv VMs (sorry, one of those meeting marathon days)
g
Understood. An OVF is an open source standard for packaging and distributing software applications and services for virtual machines. Build once distribute to many.