Skip to content

Commit

Permalink
Merge pull request #152 from alshabib/janitor
Browse files Browse the repository at this point in the history
Adding information about image and container purging by containerz service
  • Loading branch information
robshakir authored Dec 1, 2023
2 parents 82de55f + dbf6aee commit f62dc1b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion containerz/containerz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
//

// This file defines the gNOI APIs used to perform container operations on a
// network device. This specification is still under design and subject to
// network device. In addition to the container operations specified in this
// file, any implementation of the containerz service is expected to clean or
// remove images and containers that are either no longer used or that have been
// orphaned either by upgrading containers or by containers that have been
// stopped not removed.
//
// This specification is still under design and subject to
// change.
syntax = "proto3";

Expand Down

0 comments on commit f62dc1b

Please sign in to comment.