mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-17 13:23:01 +00:00
Remove docker-x for now as no longer working, and was not possible to enable. Will rework when strategy for supporting multiple dockers decided
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
OS=$(uname -s)
|
||||
ARCH=$(uname -m)
|
||||
|
||||
curl -L https://experimental.docker.com/builds/${OS}/${ARCH}/docker-latest > /tmp/docker-x || (printf "failed to download docker-x" && exit 1)
|
||||
|
||||
chmod +x /tmp/docker-x
|
||||
|
||||
mv /tmp/docker-x /usr/bin/docker-x
|
||||
|
||||
exec /usr/bin/docker-x $*
|
||||
Reference in New Issue
Block a user