Docker have added rust server support to docker init, but what does that mean? I would appreciate if someone could clarify this.

  • nous
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    https://docs.docker.com/engine/reference/commandline/init/

    Looks like a feature that can be used to generate Docker files based on source code in a repo/directory. Looks like they added detection support for rust server applications so it can now generate a Dockerfile that can be used to build rust server applications.

  • iso@lemy.lol
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Hopefully they adds option for binary only images. I never been able to create one.