bundles/docker-engine: pull image before starting it
This commit is contained in:
parent
7a5ca524b4
commit
e9e25f8a1e
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ then
|
|||
|
||||
docker rm "${name}" || true
|
||||
|
||||
docker pull "${image}"
|
||||
|
||||
docker run -d \
|
||||
--name "${name}" \
|
||||
--env "PUID=$PUID" \
|
||||
|
|
Loading…
Add table
Reference in a new issue