dql1978dql1978 2016-04-09 06:47
浏览 55
已采纳

如何构建可启动的Linux映像以仅运行Golang简单应用或简单Web服务器?

Is it possible to use Golang script to do all the job? Preferably from windows. even using ready-made images for running Golang simple app will be good.
Similar to: Tiny Linux OSes with Go (This post not provided details)

Thanks in Advance for your help.

  • 写回答

1条回答 默认 最新

  • duanshan3331 2016-04-09 08:23
    关注

    Creating a bootable consists of 3 steps:

    Formatting the volume:
    
    Copying a preconfigured iso to the volume:
    
    Set boot flags on volume:
    

    Unfortunately I am not fluent in goLang... You could do it all with your local shell and wrap that up in syscalls but that hardly feels like an answer.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?