Skip to content

refring/monero-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

This repository is forked from https://github.com/farcaster-project/containers

Containers

A list of Docker images built for supporting integration tests for https://github.com/refring/monero-rpc-php

About

All images are built with the same aim: flexibility and ease of use in GitHub Actions.

The later support adding services to a job described in yaml format, the docker command is issued with docker create and it is not possible to modify the Docker CMD attribute. Thus images aim to be configured for CI context through env variable with a default CMD.

To be able to reuse these images in other contexts no ENTRYPOINT is specified. Containers can be created by changing the CMD argument, e.g.

docker run --rm ghcr.io/refring/containers/monerod:latest /usr/bin/monerod\
    --regtest\
    --p2p-bind-ip 0.0.0.0\
    --rpc-bind-ip 0.0.0.0\
    --zmq-rpc-bind-ip 0.0.0.0\
    --confirm-external-bind\
    --non-interactive\
    --fixed-difficulty 1\
    --offline

Licensing

The code in this project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •