Closed Reissner closed 3 years ago
I can build a docker image with
docker build -t aaa /home/ernst/OpenSource/Docker/test/dir/
but i cant with
docker build -t bbb file:///home/ernst/OpenSource/Docker/test/dir/
Urls with other protocols than file also work fine.
We are clearing up our old issues and your ticket has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 15 days.
Problem description
I can build a docker image with
but i cant with
Urls with other protocols than file also work fine.