{"id":15152965,"url":"https://github.com/subhasisbanik/ipfsdocker","last_synced_at":"2026-02-15T22:31:06.573Z","repository":{"id":207058980,"uuid":"105467382","full_name":"subhasisbanik/ipfsDocker","owner":"subhasisbanik","description":"This is a Docker project which runs a single IPFS node in a container","archived":false,"fork":false,"pushed_at":"2017-10-07T19:37:29.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T14:19:17.115Z","etag":null,"topics":["docker","docker-container","docker-image","ipfs","ipfs-daemon"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/subhasisbanik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-10-01T19:15:13.000Z","updated_at":"2017-10-01T19:42:11.000Z","dependencies_parsed_at":"2023-11-13T22:42:40.713Z","dependency_job_id":null,"html_url":"https://github.com/subhasisbanik/ipfsDocker","commit_stats":null,"previous_names":["subhasisbanik/ipfsdocker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subhasisbanik%2FipfsDocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subhasisbanik%2FipfsDocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subhasisbanik%2FipfsDocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subhasisbanik%2FipfsDocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subhasisbanik","download_url":"https://codeload.github.com/subhasisbanik/ipfsDocker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247645399,"owners_count":20972471,"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":["docker","docker-container","docker-image","ipfs","ipfs-daemon"],"created_at":"2024-09-26T16:42:21.367Z","updated_at":"2025-10-11T03:05:09.411Z","avatar_url":"https://github.com/subhasisbanik.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipfsDocker\nThis is a Docker project which runs IPFS node in a container.\nIt contains a main golang image from Dockerhub acting as a base image. \nYou can consider working on the ipfs by entering the container only and running the ipfs daemon.\nIf you wish not to connect to other nodes, you can delete the links from the \"Bootstrap\" section from the \"/root/.ipfs/config\"\n\nSteps to use this repository is as follows:\n\n1. Clone the repository:\n\n```\ngit clone https://github.com/subhasisbanik/ipfsDocker.git\n```\n\n2. Change the current working directory:\n\n```\ncd ipfsDocker\n```\n\n3. Build the Docker image:\n\n```\ndocker build -t ipfsdocker .\n```\n\n4. Run the contaner:\n\n```\ndocker run -d -i ipfsdocker\n```\n\n5. Check if the container is running:\n\n```\ndocker ps -a\n```\n\n6. Enter the container to run the daemon:\n\n```\ndocker exec -it \u003ccontainer-id\u003e bash\n```\n7. Change the config file if Bootstrapping with other public nodes i not desired:\n\n```\nvi /root/.ipfs/config\n```\n\n8. Run IPFS daemon:\n\n```\nipfs daemon\n```\nPost this your daemon is ready to accept and deliver your content.\nFor instance, if you wish to add a file to ipfs,\n\n```\nipfs add \u003cfilename\u003e\n```\nAnd if you wish to retrieve the content from the generated hash,\n\n```\nipfs cat \u003cfilehash\u003e\n```\n\nFor elaborate commands on IPFS, please refer to,\n\n```\nhttps://ipfs.io/docs/commands/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubhasisbanik%2Fipfsdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubhasisbanik%2Fipfsdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubhasisbanik%2Fipfsdocker/lists"}