Skip to content

Commit

Permalink
Fix start docker
Browse files Browse the repository at this point in the history
  • Loading branch information
macartur committed Nov 29, 2017
1 parent f7427d0 commit 63c6f10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_system/test_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def setUpClass(cls):
Download the image and starts a new container.
"""
cls.execute('dockerd', with_sudo=True)
cls.execute('service docker start', with_sudo=True)
cls.execute('service docker start', 'SUCCESS', with_sudo=True)

# Download the container
cls.execute(f'docker pull {IMAGE}', f'{IMAGE}:latest',
Expand Down

0 comments on commit 63c6f10

Please sign in to comment.