distrobox nix
This commit is contained in:
parent
7a9bf4eb0d
commit
8d362d13b2
1 changed files with 1 additions and 1 deletions
|
|
@ -19,4 +19,4 @@ if podman container exists "$container_name"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Creating $container_name from $image_ref"
|
echo "Creating $container_name from $image_ref"
|
||||||
toolbox create --container "$container_name" --image "$image_ref"
|
distrobox create --name "$container_name" --image "$image_ref"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue