mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
vagrant: Changed the test image path
This commit is contained in:
parent
994ec4c8c3
commit
c696eb8d12
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ class docker {
|
|||
|
||||
exec { "debootstrap" :
|
||||
require => Package["debootstrap"],
|
||||
command => "/usr/sbin/debootstrap --arch=amd64 quantal /var/lib/docker/images/ubuntu",
|
||||
creates => "/var/lib/docker/images/ubuntu",
|
||||
command => "/usr/sbin/debootstrap --arch=amd64 quantal /var/lib/docker/images/docker-ut",
|
||||
creates => "/var/lib/docker/images/docker-ut",
|
||||
timeout => 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue