mirror of
https://github.com/p8952/bocker.git
synced 2025-11-08 22:34:00 +01:00
5 lines
118 B
Bash
5 lines
118 B
Bash
#!/usr/bin/env bash
|
|
set -o errexit -o nounset -o pipefail
|
|
|
|
[[ "$(./bocker init ~/base-image)" == 'Created: img_'* ]]
|