This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ the examples will work the same way.
254
254
Download your OS tarball :
255
255
` ` ` console
256
256
export OSTYPE="$(uname | tr A-Z a-z)"
257
- curl -fsSL --output "/tmp/docker-app-${OSTYPE}.tar.gz" "https://github.com/docker/app/releases/download/v0.6 .0/docker-app-${OSTYPE}.tar.gz"
257
+ curl -fsSL --output "/tmp/docker-app-${OSTYPE}.tar.gz" "https://github.com/docker/app/releases/download/v0.8 .0/docker-app-${OSTYPE}.tar.gz"
258
258
tar xf "/tmp/docker-app-${OSTYPE}.tar.gz" -C /tmp/
259
259
` ` `
260
260
@@ -272,7 +272,7 @@ mkdir -p ~/.docker/cli-plugins && cp "/tmp/docker-app-plugin-${OSTYPE}" ~/.docke
272
272
273
273
Download the Windows tarball :
274
274
` ` ` powershell
275
- Invoke-WebRequest -Uri https://github.com/docker/app/releases/download/v0.6 .0/docker-app-windows.tar.gz -OutFile docker-app.tar.gz -UseBasicParsing
275
+ Invoke-WebRequest -Uri https://github.com/docker/app/releases/download/v0.8 .0/docker-app-windows.tar.gz -OutFile docker-app.tar.gz -UseBasicParsing
276
276
tar xf "docker-app.tar.gz"
277
277
` ` `
278
278
You can’t perform that action at this time.
0 commit comments