Skip to content

Commit

Permalink
Updated to reflect version 19.03.3 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
JediNite authored Oct 11, 2019
1 parent fede878 commit 5fd9eb2
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository hosts the binary files for running Docker CE on a WD EX4100. Th
# cd docker-ce
# git checkout -q <COMMIT>
```
2. Once downloaded apply the patch to update the build version and the build process for the docker-runc executable. (This file needs to be updated as it no longer works correctly on new versions)
2. Once downloaded apply the patch to update the build version and the build process for the docker-runc executable.
```
# wget https://raw.githubusercontent.com/JediNite/docker-ce-WDEX4100-binaries/master/docker-ce-build/docker-ce-build.patch --no-check-certificate
# patch -p0 < docker-ce-build.patch
Expand All @@ -26,27 +26,27 @@ This repository hosts the binary files for running Docker CE on a WD EX4100. Th
4. The build will now run and when completed will save the files into docker-ce-WDEX4100/docker-ce/components/packaging/static/build/linux.
```
# ls -al
drwxr-xr-x 4 root root 4096 Oct 3 10:00 .
drwxr-xr-x 3 root root 4096 Oct 3 01:59 ..
drwxr-xr-x 2 root root 4096 Oct 3 08:38 docker
-rw-r--r-- 1 root root 57875908 Oct 3 08:39 docker-19.03.2.tgz
drwxr-xr-x 2 root root 4096 Oct 3 08:39 docker-rootless-extras
-rw-r--r-- 1 root root 9045171 Oct 3 08:39 docker-rootless-extras-19.03.2.tgz
drwxr-xr-x 4 root root 4096 Oct 10 09:14 .
drwxr-xr-x 3 root root 4096 Oct 10 09:14 ..
drwxr-xr-x 2 root root 4096 Oct 10 09:14 docker
-rw-r--r-- 1 root root 57845465 Oct 10 09:14 docker-19.03.3.tgz
drwxr-xr-x 2 root root 4096 Oct 10 09:14 docker-rootless-extras
-rw-r--r-- 1 root root 9043302 Oct 10 09:15 docker-rootless-extras-19.03.3.tgz
# ls -al docker
drwxr-xr-x 2 root root 4096 Oct 3 08:38 .
drwxr-xr-x 4 root root 4096 Oct 3 10:00 ..
-rwxr-xr-x 1 root root 30580352 Oct 3 08:38 containerd
-rwxr-xr-x 1 root root 5333176 Oct 3 08:38 containerd-shim
-rwxr-xr-x 1 root root 17170024 Oct 3 08:38 ctr
-rwxr-xr-x 1 root root 49924503 Oct 3 08:38 docker
-rwxr-xr-x 1 root root 387564 Oct 3 08:38 docker-init
-rwxr-xr-x 1 root root 2667587 Oct 3 08:38 docker-proxy
-rwxr-xr-x 1 root root 63570988 Oct 3 08:38 dockerd
-rwxr-xr-x 1 root root 6872784 Oct 3 08:38 runc
drwxr-xr-x 2 root root 4096 Oct 10 09:14 .
drwxr-xr-x 4 root root 4096 Oct 10 09:14 ..
-rwxr-xr-x 1 root root 30686808 Oct 10 09:14 containerd
-rwxr-xr-x 1 root root 5464400 Oct 10 09:14 containerd-shim
-rwxr-xr-x 1 root root 16597664 Oct 10 09:14 ctr
-rwxr-xr-x 1 root root 49924846 Oct 10 09:14 docker
-rwxr-xr-x 1 root root 387564 Oct 10 09:14 docker-init
-rwxr-xr-x 1 root root 2669160 Oct 10 09:14 docker-proxy
-rwxr-xr-x 1 root root 63878000 Oct 10 09:14 dockerd
-rwxr-xr-x 1 root root 6980584 Oct 10 09:14 runc
# ls -al docker-rootless-extras
drwxr-xr-x 2 root root 4096 Oct 3 08:39 .
drwxr-xr-x 4 root root 4096 Oct 3 10:00 ..
-rwxr-xr-x 1 root root 2893 Oct 3 08:39 dockerd-rootless.sh
-rwxr-xr-x 1 root root 10712745 Oct 3 08:39 rootlesskit
-rwxr-xr-x 1 root root 6565656 Oct 3 08:39 rootlesskit-docker-proxy
drwxr-xr-x 2 root root 4096 Oct 10 09:14 .
drwxr-xr-x 4 root root 4096 Oct 10 09:14 ..
-rwxr-xr-x 1 root root 2893 Oct 10 09:14 dockerd-rootless.sh
-rwxr-xr-x 1 root root 10712745 Oct 10 09:14 rootlesskit
-rwxr-xr-x 1 root root 6565656 Oct 10 09:14 rootlesskit-docker-proxy
```

0 comments on commit 5fd9eb2

Please sign in to comment.