1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00
Files
cli/components/engine/testing/functionaltests/test_registry.sh
Daniel Mizyrycki 55962b1db1 testing, issue #1331: Add registry functional test to docker-ci
Upstream-commit: 2e7df5182cc94e3699ebc1031e89b1605f9d42f9
Component: engine
2013-08-01 17:48:17 -07:00

12 lines
257 B
Bash
Executable File

#!/bin/sh
# Cleanup
rm -rf docker-registry
# Get latest docker registry
git clone https://github.com/dotcloud/docker-registry.git
# Configure and run registry tests
cd docker-registry; cp config_sample.yml config.yml
cd test; python -m unittest workflow