Join us

ContentPosts tagged with docker..
Story
@maddiefitz shared a post, 3Ā years, 11Ā months ago

Deploying a Custom Docker Image Using Nginx and Saving it to Amazon ECR

#Contain...Ā  #nginxĀ  #awsĀ  #dockerĀ 
Docker Amazon Web Services Amazon Elastic Container Registry (ECR) Nginx

In this tutorial, I am going to be creating an image with a file that will tell you the time of day the container has been deployed using Nginx.

Dev Swag
@ByteVibe shared a product

No Dev No Life - Heavy Blendā„¢ Hoodie

#developerĀ  #merchandiseĀ  #swagĀ 

This unisex heavy blend Hooded Sweatshirt is relaxation itself. It's made with a thick blend of Cotton and Polyester, which makes it plush, soft and warm. The spacious Kangaroo Pocket adds daily pract...

Ad
www.faun.dev shared an ad

#adĀ  #sponsoredĀ 
Story
@nawazsiddiqui27 shared a post, 3Ā years, 11Ā months ago

How to Install Kubernetes on Windows 10?

Docker Azure Kubernetes

Kubernetes or K8s is an open-source platform to manage containerized workloads and applications.

1_B05pbIVNN9K-OzVIjyFr-Q.png
Story
@thaotruongrakuten shared a post, 4Ā years ago

Full CI/CD with Docker + GitHub Actions + DigitalOcean (Droplets + Container Registry)

Docker GitHub Actions

In this article, I will show you how did I set up CI/CD for my personal blog with free services.

1_UVpX30VREQINLbZILszpuQ.png
Story
@jefsterjr shared a post, 4Ā years ago
Software Engineer, Midway

Springboot + ELK + Docker

Docker Logstash Kibana

Example of implementing an API using Spring Boot, Elasticsearch, Logstash, Kibana, and Docker.

1_5t47-htXKPhcxeVAG7oPow.png
Story
@boriszn shared a post, 4Ā years ago
Senior Software and Cloud Architect, IBM, Nordcloud

Mobile and IoT Security Strategies in the Cloud

#Securit...Ā  #iotĀ  #cloudĀ  #dockerĀ 
Docker Azure Kubernetes Service (AKS)

ConclusionIn this article, I provided cases of secure IoT solutions, general principles of secure IoT architecture, and example workflows of secure IoT architectures based on Azure services, Google Cloud, and AWS.Boris Zaikin, Senior Software and Cloud Architect at Nordcloud GmbH@borisza on DZone | ..

iot-azure-air-1.jpeg
Story
@achmadafriza shared a post, 4Ā years ago

Docker, Containerization, and It’s Weirdness

Docker

This article is written for part of the Software Engineering Project course in University of Indonesia. Any information put here may or may not be complete and should not be used as your only guideline.

0_Xu6_uAMam3Zj-8pS.jpeg
Story
@corewide shared a post, 4Ā years ago
Marketing Team Lead, Corewide

Securing a Container: How to Clean Up Docker Images and Why Limit Runtimes

Docker GitLab CI/CD

Containers have rocked the software engineering world not less than DevOps practices. Containers are fantastic — deployable everywhere, they let you run previously incompatible setups on the same servers and move projects between servers smoothly. However, there’s always a price to pay — container environments require an understanding of core fundamentals to run containers securely.

1_Ay1lCjSiFYUR7gGjYxeQYg.png
Story
@vvickky007 shared a post, 4Ā years, 1Ā month ago
Architect, Ericsson

QuickELK

Docker Helm Kubernetes

Quick Code to deploy ELK stack (Elasticsearch, Logstash, Kibana) and supporting services on Kubernetes Controlled Docker platform.

1_3C2dWo2QbJtFWef0luLelw.jpeg
Story
@contactmukul95 shared a post, 4Ā years, 1Ā month ago
Software Developer

Introduction to Kubernetes: What Problems Does It Solve?

Docker Azure Kubernetes

Kubernetes is an open source container orchestration platform for scheduling and automating the deployment, management and scaling of containerized applications. Containers operate in a multiple container architecture called a ā€œcluster.ā€ A Kubernetes cluster includes a container designated as a ā€œmaster nodeā€ that schedules workloads for the rest of the containers — or ā€œworker nodesā€ — in the cluster.

Story
@sandygudie shared a post, 4Ā years, 1Ā month ago
Frontend Developer

CI/CD Pipeline with React App using GitHub Actions

Docker Vercel GitHub Actions

In this tutorial, I’m going to illustrate how to handle Continuous Integration and deployment using GitHub actions.