Top Leads
Hitler uses docker ,
Posted 1 year ago
Central UI backup tool for many servers running docker containers?
Posted 1 year ago
Without using Kubernetes or cloud services like Elastic Kurbenetes Service, Fargate, etc., how would you deploy a container in the cloud?[IT, offer services]
Posted 1 year ago
Do you just provision a VM with Docker engine and load a container image?
If I want to run multiple container images, do I just bump up the compute resources in a VM with Docker engine and load multiple container images on it?
Urls:
View full post: https://www.reddit.com/r/devops/comments/16wyo1f/without_using_kubernetes_or_...
Swiss Army Llama: Do tons of useful stuff with local LLMs with a REST API (written in Python)[IT, other]
Posted 1 year ago
GitHub Repo: https://github.com/Dicklesworthstone/swiss_army_llama
This project originally started out with a focus on easily generating embeddings from Llama2 and other llama_cpp (gguf) models and storing them in a database, all exposed via a convenient REST api. But since then, I've added a lot more functionality:
New endpoint for generating text completions (including specifying custom ...
Is there a service or API that allows you to trigger https requests from many different locations to your API?[IT, other]
Posted 1 year ago
This post is hidden. You deleted this post 1 min ago.
What I am essentially trying to do is to trigger traffic from many different locations. The goal is to test somewhat the latency, throughput, infrastructure setup (like load balancers and replications).
I would like to avoid having to create a docker service deployed on the edge (using things like fly....
best way spinning up new environments for devleopers?[IT, other]
Posted 1 year ago
Currently on a project for a new app. There is a production environment already but the devs have asked me to prepare a staging environment for them that should be as close to production. There could also be other environments that will be requested further along such as UAT, testing,etc. What would be the best way of spinning up ...
Docker registry service outage[IT, other]
Posted 1 year ago
Hey guys. We are seeing a service outage from docker.io registry. Can't pull any images down from their service and getting 503 errors or authentication errors on public repos. We are in US eastern region.
Anyone else seeing similar issues?
Urls:
View full post: https://www.reddit.com/r/sysadmin/comments/16upw19/docker_registry_service_outage/
MariaDB: Weird bug when using Docker host volumes instead of named volumes...[IT, other]
Posted 1 year ago
For my local network, I'm trying to deploy Speedtest-tracker. It uses MariaDB 10 as their background DB.
I first deployed it using named Docker volumes, which worked seamlessly.However, I tried to standarize it so I migrated them to a host volume path in my machine, resulting in:
volumes:
- //d/Docker/speedtest/db:/var/lib/mysql:rw
#- speedtest-db:/var/...
How long should I stay on ticket support?[IT, other]
Posted 1 year ago
I joined a consultancy firm where I got trained for 10 weeks as a dev ops engineer. This included technologies such docker and k8, terraform, Jenkins, ansible etc and for cloud we covered Azure and AWS. Before I joined I was told that this was a dedicated training cohort for one specific client and I would undertake a devops engineer role.
...
Seeking Guidance on Setting Up a CI/CD Pipeline with Docker and MySQL for PHP Web Development[IT, other]
Posted 1 year ago
Hey everyone, I'm new to this field and would really appreciate some help! I'm working on deploying a PHP-based website with a MySQL database on a cloud server using Docker and GitLab CI/CD pipelines. I have a specific question regarding database synchronization between local and production environments. How can I ensure that changes made to the local database, like ...