this post was submitted on 10 Jul 2023
4 points (100.0% liked)

Rust

6009 readers
6 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] nous@programming.dev 4 points 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.