- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Re: Docker Image for Development Work?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 06:43 AM
04-18-2022 06:43 AM
Is there a Docker image we can use for developing plugins? It’d be nice to not have to stand up an entire VM, etc.
Solved! Go to Solution.
- Tags:
- servers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 10:05 AM
05-09-2022 10:05 AM
Re: Docker Image for Development Work?
I ran into the exact same thing. I haven’t gotten around to it yet, but I’m going to use a remote runner for those actions. The limitation is in the morpheus-appliance package, so I can’t bypass the requirement at the moment. Someone else might know, and I’m going to poke around.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2022 07:57 AM
04-22-2022 07:57 AM
Re: Docker Image for Development Work?
Just call @ncelebic “The Cobbler” haha. Nice job Nick.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 06:55 AM
04-18-2022 06:55 AM
Re: Docker Image for Development Work?
Appreciate it, thank you. Definitely looking forward to that!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 06:54 AM
04-18-2022 06:54 AM
SolutionWe have it internal goal to work on/finalize the containerization of the platform. At this time, the best option is the All-in-One (AIO) deployment of Morpheus.
So far only the distributed worker and VDI gateway is container available.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2022 07:37 AM
04-22-2022 07:37 AM
Re: Docker Image for Development Work?
So, your question really bothered me because I’ve really wanted dockerized Morpheus for a while. I’ve cobbled together something that will work just fine for a dev environment, and we’re going to look at making it better in the coming months.
Please check it out and let me know what you think: GitHub - tryfan/morpheus-container

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 09:52 AM
05-09-2022 09:52 AM
Re: Docker Image for Development Work?
Just getting back to this. Thanks for that!
Do you know if there’s a way to ignore the Morpheus memory requirement? I’m trying to do the build through GitHub Actions and there’s apparently a 7gb memory limit on the build runners.
The machine I run the container on will have more than 8gb so I believe I just need to bypass it for the installation.