mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 10:25:34 +00:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
all: docker-x
|
|
|
|
docker-x:
|
|
curl -L https://experimental.docker.com/builds/Linux/x86_64/docker-latest > docker-x
|
|
chmod +x docker-x
|
|
|
|
clean:
|
|
rm -f docker-x
|