Use docker-py
This commit is contained in:
parent
c73966acc8
commit
de8aca77bf
|
@ -2,7 +2,7 @@
|
||||||
# -*- mode: sh; -*-
|
# -*- mode: sh; -*-
|
||||||
|
|
||||||
# File: before_install.sh
|
# File: before_install.sh
|
||||||
# Time-stamp: <2018-02-15 14:26:31>
|
# Time-stamp: <2018-02-15 14:40:30>
|
||||||
# Copyright (C) 2018 Sergei Antipov
|
# Copyright (C) 2018 Sergei Antipov
|
||||||
# Description:
|
# Description:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ set -o errexit
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# Latest Ansible install
|
# Latest Ansible install
|
||||||
pip install docker ansible
|
pip install docker-py ansible
|
||||||
ansible --version
|
ansible --version
|
||||||
docker version
|
docker version
|
||||||
# Pull docker image or build it
|
# Pull docker image or build it
|
||||||
|
|
Loading…
Reference in New Issue