Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jromero/meros-images
Docker images for the Meros cryptocurrency
https://github.com/jromero/meros-images
Last synced: about 1 month ago
JSON representation
Docker images for the Meros cryptocurrency
- Host: GitHub
- URL: https://github.com/jromero/meros-images
- Owner: jromero
- License: apache-2.0
- Created: 2020-02-06T23:56:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T05:29:19.000Z (almost 5 years ago)
- Last Synced: 2024-10-13T11:11:00.298Z (3 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meros-images
Docker images for the Meros cryptocurrency## Image: Meros
[![Docker Pulls](https://img.shields.io/docker/pulls/meroscrypto/meros)](https://hub.docker.com/r/meroscrypto/meros)
### Running image
```shell script
mkdir data
docker run --rm -it -p 5132:5132 -p 5133:5133 -v $PWD/data/:/data/ meroscrypto/meros:latest
```## Image: Mineros
[![Docker Pulls](https://img.shields.io/docker/pulls/meroscrypto/mineros)](https://hub.docker.com/r/meroscrypto/mineros)
### Running image
```shell script
docker run --rm -it --net="host" meroscrypto/mineros:latest localhost 5133
```