https://github.com/outstand/docker-mender-artifact
https://github.com/outstand/docker-mender-artifact
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/outstand/docker-mender-artifact
- Owner: outstand
- Created: 2019-03-28T18:29:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T18:40:55.000Z (about 6 years ago)
- Last Synced: 2025-01-21T08:11:48.185Z (4 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/outstand/mender-artifact
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```