Docker have added rust server support to docker init, but what does that mean? I would appreciate if someone could clarify this.
You must log in or register to comment.
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.
Hopefully they adds option for binary only images. I never been able to create one.