{"id":23498043,"url":"https://github.com/freedomben/nexus-docker","last_synced_at":"2026-01-22T23:47:55.759Z","repository":{"id":69605126,"uuid":"113727735","full_name":"FreedomBen/nexus-docker","owner":"FreedomBen","description":"Nexus Earth binary available as a docker container","archived":false,"fork":false,"pushed_at":"2018-01-15T00:43:26.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T15:14:44.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FreedomBen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-10T06:08:54.000Z","updated_at":"2017-12-10T06:08:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"38b71a18-8ecb-4dd3-88cd-d6a5deec4df4","html_url":"https://github.com/FreedomBen/nexus-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fnexus-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fnexus-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fnexus-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fnexus-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreedomBen","download_url":"https://codeload.github.com/FreedomBen/nexus-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250307908,"owners_count":21409172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-25T05:18:05.286Z","updated_at":"2026-01-22T23:47:55.710Z","avatar_url":"https://github.com/FreedomBen.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nexus Docker\n\nThis is a packaged version of the latest Nexus builds in docker format.\n\nTo use this, you'll need [docker](https://docs.docker.com/engine/installation/) installed.\n\n## Install Docker\n\nYou will need docker installed in order to build/run the image (I know, this is\ntechnically not true because [rkt](https://coreos.com/rkt/) can run docker\ncontainers, but that's out of scope for this tutorial).\n\nYou can install the official versions for\n[Mac](https://docs.docker.com/docker-for-mac/install/) and\n[Windows](https://docs.docker.com/docker-for-windows/install/).\n\nLinux you can probably just install it from the repos:\n\n```bash\n# Fedora\nsudo dnf install docker\n\n# Ubuntu\nsudo apt install docker.io\n```\n\nSometimes ubuntu tends to ship an older version, but you can\n[use the PPAs](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/)\nTo get a fresher one.\n\n\n## Pre-built containers, ready to run!\n\nI have pushed containers built for several version up to\n[docker hub](https://hub.docker.com/r/freedomben/nexus/) that\nyou can just download and run.\n\nTo use it, create a directory called `Nexus` (the name can\nbe whatever you want).  This will be used to store data from your container\nso that the files are persistent.  You will also add a `nexus.conf` file to\nit for providing configuration to the daemon.\n\n```bash\n# Create the nexus.conf for mounting:\nmkdir -p Nexus\necho \"rpcuser=rpcserver\" \u003e Nexus/nexus.conf\necho \"rpcpassword=$(uuidgen | base64 | sed -e 's/=//g')\" \u003e\u003e Nexus/nexus.conf\n\n# Run the container, mounting in your config file\ndocker run -v \"$(pwd)/Nexus:/home/docker/.Nexus\" freedomben/nexus:0.2.3.1\n```\n\n## Building from scratch\n\nTo build an image for the nexus binary, run the following.  You should\nreplace the version below with the one you are trying to build:\n\n```bash\ndocker build -t freedomben/nexus:0.2.3.1 .\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Fnexus-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedomben%2Fnexus-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Fnexus-docker/lists"}