github.com/devfans/go-ethereum@v1.5.10-0.20170326212234-7419d0c38291/tests/files/ansible/test-files/create-docker-images.sh (about) 1 #!/bin/bash -x 2 3 # creates the necessary docker images to run testrunner.sh locally 4 5 docker build --tag="ethereum/cppjit-testrunner" docker-cppjit 6 docker build --tag="ethereum/python-testrunner" docker-python 7 docker build --tag="ethereum/go-testrunner" docker-go