Skip to content

Commit

Permalink
Merge pull request #665 from compnski/patch-1
Browse files Browse the repository at this point in the history
Allow 201 Created response for createCheckpoint
  • Loading branch information
apocas committed Jun 6, 2022
2 parents 89d0b6a + d2620bb commit 3583b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ Container.prototype.createCheckpoint = function(opts, callback) {
allowEmpty: true,
statusCodes: {
200: true, //unofficial, but proxies may return it
201: true,
204: true,
404: 'no such container',
500: 'server error'
Expand Down

0 comments on commit 3583b4e

Please sign in to comment.