rancher / dapper

Docker build wrapper
Apache License 2.0
365 stars 89 forks source link

Remove special characters from path #114

Open seanly opened 11 months ago

seanly commented 11 months ago

for example:

cd /data/code/hello@1

# old:
dapper -m bind # image: hello@2:HEAD for "-t, --tag: invalid reference format"
# fix:
dapper -m bind # image: hello-2:HEAD