mirror of
https://github.com/turtlebasket/michaelnet.git
synced 2026-03-05 03:54:32 -08:00
9 lines
221 B
Bash
Executable File
9 lines
221 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# CONTAINER_ID=b581d6283772
|
|
CONTAINER_ID=gitea
|
|
|
|
docker commit -p $CONTAINER_ID gitea-checkpoint-latest
|
|
docker save -o gitea-checkpoint-$(date | tr '[:upper:]' '[:lower:]' | tr ' ' '_').tar checkpoint-latest
|
|
|