{"id":21323628,"url":"https://github.com/noenv/docker-nomad","last_synced_at":"2025-07-12T05:31:52.106Z","repository":{"id":110065860,"uuid":"126794632","full_name":"NoEnv/docker-nomad","owner":"NoEnv","description":"Nomad Agent as Docker Image","archived":false,"fork":false,"pushed_at":"2024-11-07T15:29:07.000Z","size":128,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-07T16:33:26.267Z","etag":null,"topics":["container","docker","hashicorp","nomad","podman"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/NoEnv.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":"2018-03-26T08:03:20.000Z","updated_at":"2024-11-07T15:29:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf49ca51-0608-4868-bee9-d3cf29bc4352","html_url":"https://github.com/NoEnv/docker-nomad","commit_stats":null,"previous_names":[],"tags_count":86,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoEnv%2Fdocker-nomad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoEnv%2Fdocker-nomad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoEnv%2Fdocker-nomad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoEnv%2Fdocker-nomad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NoEnv","download_url":"https://codeload.github.com/NoEnv/docker-nomad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225797759,"owners_count":17525747,"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":["container","docker","hashicorp","nomad","podman"],"created_at":"2024-11-21T20:25:58.218Z","updated_at":"2024-11-21T20:25:58.798Z","avatar_url":"https://github.com/NoEnv.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Pulls](https://badgen.net/docker/pulls/noenv/nomad)](https://hub.docker.com/r/noenv/nomad)\n[![Quay.io Enabled](https://badgen.net/badge/quay%20pulls/enabled/green)](https://quay.io/repository/noenv/nomad)\n[![build](https://github.com/NoEnv/docker-nomad/actions/workflows/build.yml/badge.svg)](https://github.com/NoEnv/docker-nomad/actions/workflows/build.yml)\n\n## docker-nomad\n\n#### Description\n\nNomad Agent as Docker Image.\n\n#### Run\n\nmost simple way of running the container\n\n    docker run --rm noenv/nomad\n\nadvanced usage\n\n    docker run --name nomad --net=host --privileged -v /tmp:/tmp -v /var/run/docker.sock:/var/run/docker.sock -v /nomad:/nomad -v /etc/os-release:/etc/os-release noenv/nomad agent -config=/nomad/config\n\n\u003e the nomad directory must be the same in the container as well as on the host\n\nexample config (/nomad/config/server.hcl)\n```\ndata_dir   = \"/nomad/data\"\nserver {\n  enabled          = true\n  bootstrap_expect = 1\n}\nclient {\n  enabled = true\n  node_class = \"controller\"\n  options {\n    \"driver.whitelist\" = \"docker\",\n    \"docker.auth.config\" = \"/nomad/.docker/config.json\"\n  }\n}\nconsul {\n  address = \"172.17.0.1:8500\"\n  auto_advertise = true\n  server_auto_join = true\n  client_auto_join = true\n}\n```          \n\n#### Source\n\nhttps://github.com/noenv/docker-nomad\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoenv%2Fdocker-nomad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoenv%2Fdocker-nomad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoenv%2Fdocker-nomad/lists"}