An open API service indexing awesome lists of open source software.

https://github.com/outstand/docker-mender-artifact


https://github.com/outstand/docker-mender-artifact

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Using the docker image

You can run `mender-artifact` with bind mounting using the following command:

```sh
./mender-artifact
```

Or directly with docker:

```sh
docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) outstand/mender-artifact:latest
```