TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Docker with Image as OS?

1 pointsby groundthrowerover 4 years ago
We have a dedicated server who’s only purpose is to run a Docker image (a web server for internal work). It feels like a lot of extra work to maintain a let’s say Ubuntu server, keeping it update etc when the only thing it should do is to run a Docker image.<p>Is there any way I can build a Docker image on my dev machine, turn it into a bootable iso and then just boot our server with this - having it all in the RAM memory? If so - how does the deployment procedure work?<p>I know there are services for this, but we need a big amount of cores, that’s why we do this on a dedicated machine.<p>Thanks

1 comment

eybergover 4 years ago
You might be interested in various unikernel approaches such as nanos&#x2F;ops: <a href="https:&#x2F;&#x2F;nanos.org" rel="nofollow">https:&#x2F;&#x2F;nanos.org</a> (I&#x27;m with the project).<p>It doesn&#x27;t run docker images but it sounds very much like what you are interested in doing - one program&#x2F;machine.