Skip to content
jctanner edited this page Aug 15, 2016 · 4 revisions

Docker

https://developer.fedoraproject.org/tools/docker/docker-installation.html

$ sudo groupadd docker && sudo gpasswd -a ${USER} docker && sudo systemctl restart docker
$ newgrp docker

Ansible Integration Tests

docker_killall
TARGET=fedora23 MAKE_TARGET=non_destructive TEST_FLAGS='-vvvv -t test_git' test/utils/run_tests.sh
Clone this wiki locally