Comment on Docker can now run within DockerComments−outside123413yDoes anyone know if there are plans for when docker will be able to run in 32-bit?−dsissitka13yIt'll work now if you remove this if block...https://github.com/dotcloud/docker/blob/master/server.go#L12......and create your own images.It's unsupported, but it'll work.
Comments
Does anyone know if there are plans for when docker will be able to run in 32-bit?
It'll work now if you remove this if block...
https://github.com/dotcloud/docker/blob/master/server.go#L12...
...and create your own images.
It's unsupported, but it'll work.