attempt using podman driver with docker-archive
This commit is contained in:
parent
26dc7c9396
commit
0336e4711f
1 changed files with 2 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ job "adriano.fyi" {
|
|||
}
|
||||
|
||||
task "webserver" {
|
||||
driver = "docker"
|
||||
driver = "podman"
|
||||
|
||||
artifact {
|
||||
source = "s3://us-east-1.linodeobjects.com/adriano-fyi-static-site/adriano_fyi-${var.version}.tar"
|
||||
|
|
@ -34,8 +34,7 @@ job "adriano.fyi" {
|
|||
}
|
||||
|
||||
config {
|
||||
load = "adriano_fyi-${var.version}.tar"
|
||||
image = "adriano_fyi:${var.version}"
|
||||
image = "docker-archive://adriano_fyi:${var.version}"
|
||||
ports = ["http"]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue