Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Adding local run command to README (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueL8 authored Jan 22, 2020
1 parent e643491 commit 0742f42
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ An example of usage is provided by the [Appsody Tekton pipeline example](https:/
In that context, the image runs the `appsody extract` command to retrieve the entire project tree from the Appsody stack image and the application source tree hosted on GitHub.

This image could be modified to run additional `appsody` commands if necessary.

### Running the image locally in interactive mode
If you prefer to run the image manually in interactive mode, issue the following command:

```sh
docker run -it --privileged -v containers:/var/lib/containers <image-id> bash
```

This can be useful when testing the appsody cli with buildah, by running `appsody` commands with the `--buildah` flag inside the running container.


0 comments on commit 0742f42

Please sign in to comment.