Unable to locate package docker-engine

https://apt.dockerproject.org/repo/dists/ubuntu-trusty/main/binary-i386/

I just wiped my server and is reinstalling dockers on my ubuntu. But I keep getting “Unable to locate package docker-engine”.

I went into the repo and found that the package file is 0 bytes! Is that the issue? Who can I contact to fix this? or is any hotfix??

Else my server cannot run anything at all!

Hi,

There is no docker-engine(server) package available for 32 bit Linux distributions. You should be running a 64bit linux distro for Docker engine to work, whereas you can run docker client on 32bit linux distros.

Regards