SaltStack
Docker Compose
Our great sponsors
SaltStack | Docker Compose | |
---|---|---|
36 | 325 | |
13,125 | 29,019 | |
0.5% | 1.2% | |
10.0 | 9.8 | |
3 days ago | 3 days ago | |
Python | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SaltStack
-
What is going on? Someone is speaking to me in my head.
It's definitely some sort of AI script. Not this exactly, but something working off Python or scripts of thar nature. https://github.com/saltstack/salt
-
Puppet to saltstack, 5 months in.
repo: 'https://repo.saltproject.io'
-
Ansible clone how to
Otherwise, in addition to ansible-core, there's other config management projects written in python like salt or fabric that you could perhaps draw inspiration from.
-
salt-master gitfs Failed to retrieve list of SSH authentication methods: Failed getting response
Reference: https://github.com/saltstack/salt/issues/57121.
-
Unveiling the Idem Project: Cloud Automation Without the Code
This month, we announced the long-awaited launch of Idem, an open source tool that simplifies cloud-management automation by reducing configuration to data (instead of code) — making it easier to maintain, discover, and use. Idem is a complement to the open source project Salt (created by SaltStack, which VMware acquired in October of 2020). While Salt was built to automate the process of systems configuration (such as databases and applications running inside virtual machines), Idem automates cloud configuration, settings, user management, and resource creation. If you’ve used Salt, you’ll find Idem familiar and easy to navigate. Together, Idem and Salt form a full automation solution.
-
GPG encrypted Pillars not working at work, but at home they do
Source kinda indicates that it needs to be set too: https://github.com/saltstack/salt/blob/master/salt/pillar/gpg.py
-
Show HN: I made a playing card game to help me teach my daughter Python
hehe i didnt want to put `between 1 and` because of the salt fiasco https://github.com/saltstack/salt/commit/5dd304276ba5745ec21...
-
3% of 666 Python codebases we checked had a silently failing unit test
https://github.com/ansible-community/ara/pull/358 https://github.com/b12io/orchestra/pull/830 https://github.com/batiste/django-page-cms/pull/210 https://github.com/carpentries/amy/pull/2130 https://github.com/celery/django-celery/pull/612 https://github.com/django-cms/django-cms/pull/7241 https://github.com/django-oscar/django-oscar/pull/3867 https://github.com/esrg-knights/Squire/pull/253https://github.com/Frojd/django-react-templatetags/pull/64 https://github.com/groveco/django-sql-explorer/pull/474 https://github.com/jazzband/django-silk/pull/550 https://github.com/keras-team/keras/pull/16073 https://github.com/ministryofjustice/cla_backend/pull/773 https://github.com/nitely/Spirit/pull/306 https://github.com/python/pythondotorg/pull/1987 https://github.com/rapidpro/rapidpro/pull/1610 https://github.com/ray-project/ray/pull/22396 https://github.com/saltstack/salt/pull/61647 https://github.com/Swiss-Polar-Institute/project-application/pull/483 https://github.com/UEWBot/dipvis/pull/216
- Question On Salt (command line)
-
__salt__ is not defined
Have a look at https://github.com/saltstack/salt/tree/master/tests/pytests/unit and https://docs.saltproject.io/en/latest/topics/development/tests/unit.html
Docker Compose
-
Any way to programmatically control consoles?
Docker Compose is a tool for setting up and running multiple Docker containers. This is a good use case for it, one docker compose up command could start and run all these services.
-
Jellyfin container and GPU encoding - docker-compose details
version: "2" # We need v2 because of https://github.com/docker/compose/issues/3328 services: jellyfin: image: jellyfin/jellyfin container_name: jellyfin hostname: jellyfin user: "113:65534" # 113 is the id of the 'jellyfin' user on my host, 65534 is 'nogroup' group_add: - "109" # 109 is the id of the 'render' group on my host network_mode: host ports: - 8096:8096/tcp restart: unless-stopped devices: - /dev/dri/renderD128:/dev/dri/renderD128 - /dev/dri/card0:/dev/dri/card0 volumes: - ./config:/config - ./cache:/cache - /path/to/media:/media
- Cool networking projects in golang
-
How to Deploy a Multi Container Docker Compose Application On Amazon EC2
$ sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
To solve this problem, Docker Inc created Docker Compose. You can use Docker Compose to simplify the running of multi-container applications with as little as two commands; docker-compose up and docker-compose down.
- FYI: Docker is deleting Open Source organisations
-
how do you translate a container to a docker-compose file?
I would read the docker-compose documentation, give it a shot, and then post any errors I can't figure out along with my docker-compose.yml.
-
Help dockerizing a working php/apache/mysql project.
Have a look at Docker Compose.
-
Can someone help me with erpnext on docker?
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker} mkdir -p $DOCKER_CONFIG/cli-plugins curl -SL https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
-
Set up a multi-container app with docker compose
Most of the newer versions of Docker Desktop already comes with docker compose command, although, you can always check the installation instructions at their official GitHub repository.
What are some alternatives?
supervisor - Supervisor process control system for Unix (supervisord)
LibreNMS-docker - LibreNMS Docker image
terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
Portainer - Making Docker and Kubernetes management easy.
Cloud-Init - unofficial mirror of Ubuntu's cloud-init
portainer-templates - Various Portainer App Templates
k3s - Lightweight Kubernetes
docker-cloudflared - Cloudflared proxy-dns Docker image
acme-companion - Automated ACME SSL certificate generation for nginx-proxy
Rundeck - Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
Nomad - Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.