https://github.com/apache/thrift/blob/master/build/docker/README.md
I'm trying to follow the above instructions to repro a test-failure on Travis CI. And can't get it to work. (1) Ubuntu 16.04 amd64 (2) env vars ( I also tried "<none>" for the latter two export DISTRO=ubuntu-xenial export DOCKER_REPO=thrift/thrift-build unset DOCKER_USER unset DOCKER_PASS (3) this worked DOCKER_REPO=thrift/thrift-build DISTRO=ubuntu-xenial build/docker/refresh.sh (4) and this failed chet@twitter:~/Hack/thrift-0.10.0/src/forks/thrift$ dockerrun ubuntu-xenial Unable to find image 'ubuntu-xenial:latest' locally docker: Error response from daemon: repository ubuntu-xenial not found: does not exist or no pull access. See 'docker run --help'. chet@twitter:~/Hack/thrift-0.10.0/src/forks/thrift$ Anybody got any advice? --chet--