fix container loading
This commit is contained in:
parent
29b140023a
commit
43d19dbc4e
@ -21,7 +21,7 @@ fi
|
|||||||
|
|
||||||
# Load the Docker image
|
# Load the Docker image
|
||||||
echo "Loading Docker image from $INPUT_FILE..."
|
echo "Loading Docker image from $INPUT_FILE..."
|
||||||
xz -dc "$DOCKER_DIR/$INPUT_FILE" | docker load
|
docker load "$DOCKER_DIR/$INPUT_FILE"
|
||||||
|
|
||||||
# Check if the operation was successful
|
# Check if the operation was successful
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user