Skip to content

Commit

Permalink
about the docker subcommand deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinnnn authored Jan 17, 2024
1 parent fd2344a commit b84bad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There's comments on almost anything comment-able and worthy. Feel free to look a

- [`scanner::api.rs`](../src/scanner/api.rs) - how the API stuff gets done using the struct `Osv`, look at `mod.rs` for a higher level view.

- [`docker.rs`](../src/docker/mod.rs) - handles getting and doing stuff with Docker.
- [`docker.rs`](../src/docker/mod.rs) - handles getting and doing stuff with Docker. [this one is buggy and might get deprecated because i dont really care about docker, just run the program inside the container or something]

- [`display.rs`](../src/display/mod.rs) - some functions used to print to the screen, not all though.

Expand Down

0 comments on commit b84bad6

Please sign in to comment.