Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
docker-on-golem
Advanced tools
A CLI utility that deploys Docker Swarm on top of Golem Network
This project aims to build up a docker swarm that will utilize the resources rented from Providers available within the Golem Network.
THe general idea is that as a user of this project, you should be able to:
docker context
to your local Docker nodeAfter you have installed yagna on your system by following the official installation guide.
npm i -g docker-on-golem@latest
Once you installed the tool, you can explore the available options using the help command
docker-on-golem --help
You can deploy your Docker Swarm using the following command:
docker-on-golem -k [your-yagna-app-key]
# You can use more options to fine tune the setup, check --help to explore the possibilities
Then, you can add a new docker context to your local docker configuration, to point the CLI to the swarm deployed on top of Golem Network:
docker context create golem-swarm --docker "host=tcp://localhost:3375"
docker context use golem-swarm
Now you should be able to use docker
, docker compose
or docker stack
with this cluster.
In order to become a Provider that's eligible (selectable), you will have to add few URLs to the whitelist on your provider nodes. You can use the following instructions.
vm
0.4.2
ya-provider whitelist add -p registry-1.docker.io -t strict
...
FAQs
A CLI utility that deploys Docker Swarm on top of Golem Network
The npm package docker-on-golem receives a total of 0 weekly downloads. As such, docker-on-golem popularity was classified as not popular.
We found that docker-on-golem demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.