mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
vagrant: Changed the test image path
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user