Skip to content

Commit 5a1ba33

Browse files
committed
Specifically bring up containers with docker.
1 parent 581d12c commit 5a1ba33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/create_container/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
executable: /bin/bash
8484

8585
- name: Start the container. Vagrant may attempt to install VirtualBox Guest Additions here.
86-
shell: vagrant up --no-provision > {{ container_name }}.log
86+
shell: vagrant up --no-provision --provider docker > {{ container_name }}.log
8787
chdir={{ container_dir }}
8888

8989
- name: Provision the container. A log exists in machines/.

0 commit comments

Comments
 (0)