mirror of https://github.com/docker/docs.git
vagrant: Changed the test image path
This commit is contained in:
parent
994ec4c8c3
commit
c696eb8d12
|
@ -12,8 +12,8 @@ class docker {
|
||||||
|
|
||||||
exec { "debootstrap" :
|
exec { "debootstrap" :
|
||||||
require => Package["debootstrap"],
|
require => Package["debootstrap"],
|
||||||
command => "/usr/sbin/debootstrap --arch=amd64 quantal /var/lib/docker/images/ubuntu",
|
command => "/usr/sbin/debootstrap --arch=amd64 quantal /var/lib/docker/images/docker-ut",
|
||||||
creates => "/var/lib/docker/images/ubuntu",
|
creates => "/var/lib/docker/images/docker-ut",
|
||||||
timeout => 0
|
timeout => 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue