Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
legokichi committed Jun 19, 2023
1 parent 472540e commit 94c89cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ fn get_stats_response() -> http::Response<hyper::Body> {

// docker run -d -p 5000:5000 registry
// docker push localhost:5000/hello-world:latest
// original
// - https://hub.docker.com/_/hello-world
// - https://github.com/docker-library/hello-world/
// - in MIT License
static MANIFEST: &str = r###"{
"schemaVersion": 2,
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
Expand Down

0 comments on commit 94c89cd

Please sign in to comment.