This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -v $VOLUME:/$VOLUME alpine tar -czv --to-stdout -C /$VOLUME . > $VOLUME.tgz | |
cat $VOLUME.tgz | docker run --rm -i -v $VOLUME:/$VOLUME alpine tar xzf - -C /$VOLUME | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker volume create --name <new_volume> | |
docker run --rm -it -v <old_volume>:/from -v <new_volume>:/to alpine ash -c "cd /from ; cp -av . /to" | |
docker volume rm <old_volume> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "evt_1KmyWeLueXt1u2tdZoY8SJM0", | |
"object": "event", | |
"api_version": "2020-08-27", | |
"created": 1649588508, | |
"data": { | |
"object": { | |
"id": "sub_sched_1KmyWdLueXt1u2tdqnTEjx1V", | |
"object": "subscription_schedule", | |
"canceled_at": null, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "evt_1KmyWeLueXt1u2tdRPt7x5dZ", | |
"object": "event", | |
"api_version": "2020-08-27", | |
"created": 1649588507, | |
"data": { | |
"object": { | |
"id": "sub_sched_1KmyWdLueXt1u2tdqnTEjx1V", | |
"object": "subscription_schedule", | |
"canceled_at": null, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "evt_3KmoAvLueXt1u2td0sPVmWWM", | |
"object": "event", | |
"api_version": "2020-08-27", | |
"created": 1649548722, | |
"data": { | |
"object": { | |
"id": "pi_3KmoAvLueXt1u2td0TkYIlFO", | |
"object": "payment_intent", | |
"amount": 80, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "evt_3KmnTJLueXt1u2td0QCRNwcW", | |
"object": "event", | |
"api_version": "2020-08-27", | |
"created": 1649546018, | |
"data": { | |
"object": { | |
"id": "pi_3KmnTJLueXt1u2td0dWi1igs", | |
"object": "payment_intent", | |
"amount": 1699, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "evt_1KmnD1LueXt1u2td8vlmcTAh", | |
"object": "event", | |
"api_version": "2020-08-27", | |
"created": 1649545006, | |
"data": { | |
"object": { | |
"id": "in_1KmnCzLueXt1u2tdoXp43QHS", | |
"object": "invoice", | |
"account_country": "BG", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "evt_1KmnD1LueXt1u2tdrB6bNbyi", | |
"object": "event", | |
"api_version": "2020-08-27", | |
"created": 1649545006, | |
"data": { | |
"object": { | |
"id": "in_1KmnCzLueXt1u2tdoXp43QHS", | |
"object": "invoice", | |
"account_country": "BG", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "evt_1KmiQtLueXt1u2tdcZe8dDu3", | |
"object": "event", | |
"api_version": "2020-08-27", | |
"created": 1649526646, | |
"data": { | |
"object": { | |
"id": "ii_1KmiQqLueXt1u2tdLvfdRXxP", | |
"object": "invoiceitem", | |
"amount": -800, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "evt_1KmiQtLueXt1u2tdrR8CT1wy", | |
"object": "event", | |
"api_version": "2020-08-27", | |
"created": 1649526646, | |
"data": { | |
"object": { | |
"id": "sub_1KmiMILueXt1u2tdRpX4m04k", | |
"object": "subscription", | |
"application_fee_percent": null, |
NewerOlder