Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theqrl/qrl-docker
Docker images for build environments
https://github.com/theqrl/qrl-docker
Last synced: 5 days ago
JSON representation
Docker images for build environments
- Host: GitHub
- URL: https://github.com/theqrl/qrl-docker
- Owner: theQRL
- License: mit
- Created: 2017-09-30T06:30:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T16:26:27.000Z (3 months ago)
- Last Synced: 2024-08-25T17:35:27.456Z (3 months ago)
- Homepage:
- Size: 46.9 KB
- Stars: 5
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# qrl-docker
[![CircleCI](https://circleci.com/gh/theQRL/qrl-docker.svg?style=svg)](https://circleci.com/gh/theQRL/qrl-docker)
This repo contains images used by QRL build processes.
Each branch contains configuration specific for each platform. The Dockerfile can also be used as a reference of our recommended installation steps.
## Example usage
(requires Docker to be installed)
1. Pull docker image of QRL node in Ubuntu 18.04 container:
``docker pull qrledger/qrl-docker:bionic``
2. Run a detached container:
``docker run -d --name=qrl-node qrledger/qrl-docker:bionic``
3. Start the node:
``docker start qrl-node``
4. See the console logs:
``docker logs qrl-node``
5. Generate an encrypted wallet (-i and -t flags to interact with terminal)
``docker exec -i -t qrl-node qrl wallet_gen --encrypt``
## Docker desktop
![CLI](https://i.imgur.com/ukaYP6s.gif)
[![Docker Desktop](https://i.imgur.com/FibGaaG.png)](https://vimeo.com/387298687)
### Windows user?
Use PowerShell run as an Administrator before running the Docker CLI commands.