1FROM lovato/python-2.6.6 2# Dockerfile to run tests under python2.6 3 4# docker build -t ipaddress-python2.6 . -f test-python2.6.Dockerfile 5 6ADD . . 7RUN python test_ipaddress.py 8CMD python test_ipaddress.py 9
1FROM lovato/python-2.6.6 2# Dockerfile to run tests under python2.6 3 4# docker build -t ipaddress-python2.6 . -f test-python2.6.Dockerfile 5 6ADD . . 7RUN python test_ipaddress.py 8CMD python test_ipaddress.py 9