Skip to content

Commit a248a3f

Browse files
committed
fix(docker): enable expand_aliases
1 parent 3bd5ac5 commit a248a3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/usr/local/bin/docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
shopt -s expand_aliases
34
alias podman="podman --storage-driver=vfs --cgroup-manager=cgroupfs --events-backend=file"
45

56
if [ "$1" == "push" ]; then

0 commit comments

Comments
 (0)