Skip to content

Commit

Permalink
Update README.about umount before run
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Jan 9, 2018
1 parent 2bdbc51 commit 341a6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -42,6 +42,7 @@ $ droot export dockerfiles/app | gzip -cq | aws s3 cp - s3://drootexamples/app.t
```

```bash
$ sudo droot umount --root /var/containers/app # it is safe to umount before run if you use `--bind` option
$ mkdir -p /tmp/app /var/containers/app
$ aws s3 cp s3://drootexamples/app.tar.gz - | tar -xpzf - -C /tmp/app
$ mv -T /tmp/app /var/containers/app
Expand Down

0 comments on commit 341a6d6

Please sign in to comment.