Join us

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

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

Amazon Web Services Docker Nginx Amazon Elastic Container Registry (ECR)

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

Cloud Computing Ninja - 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...

Story
@nawazsiddiqui27 shared a post, 3 years, 7 months ago

How to Install Kubernetes on Windows 10?

Azure Docker Kubernetes

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

1_B05pbIVNN9K-OzVIjyFr-Q.png
Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story
@thaotruongrakuten shared a post, 3 years, 8 months 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, 3 years, 8 months ago
Software Engineer, Midway

Springboot + ELK + Docker

Docker Kibana Logstash

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

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

Mobile and IoT Security Strategies in the Cloud

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, 3 years, 9 months 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, 3 years, 9 months 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, 3 years, 9 months 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, 3 years, 9 months ago
Software Developer

Introduction to Kubernetes: What Problems Does It Solve?

Azure Docker 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, 3 years, 9 months ago
Frontend Developer

CI/CD Pipeline with React App using GitHub Actions

Docker GitHub Actions Vercel

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