Bookmarks tagged [docker]
https://github.com/balabit/syslog-ng-docker
Docker images for syslog-ng development, testing, playground. - balabit/syslog-ng-docker
https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/
The following article provides production-grade guidelines for building optimized and secure Node.js Docker images. You’ll find it helpful regardless of the Node.js application you aim to build. This ...
https://wkrzywiec.medium.com/step-by-step-guide-how-integrate-keycloak-with-angular-application-d96b...
The aim of this post is to show you a basic set up an Angular application so that it will be integrated with Keycloak and it will be able to consume protected HTTP resource that requires an access tok...
- 📆 published on: 2021-03-22
- tags: angular, keycloak, docker, docker-compose
- source code
https://github.com/Atomicorp/ossec-docker
Official OSSEC docker container. Contribute to Atomicorp/ossec-docker development by creating an account on GitHub.
- tags: docker, security-tools, monitoring, ossec, log-analyzer, devops-tools, server-application
- source code
https://github.com/Atomicorp/openvas-docker
A docker container for openvas. Contribute to Atomicorp/openvas-docker development by creating an account on GitHub.
- tags: security-tools, monitoring, devops-tools, openvas, docker
- source code
https://stackoverflow.com/questions/47956933/keycloak-upgrade-while-running-on-docker
Advices around the following themes are given:
- DB Migration
- Config file migration
- Provider, theme... migration
- 📆 published on: 2017-12-23
- tags: docker, database-migration, keycloak
https://github.com/knrt10/kubernetes-basicLearning/blob/master/readme.md
Understand kubernetes step by step. A simple repo for beginners 🔥 - knrt10/kubernetes-basicLearning
- tags: docker, kubernetes, javascript
https://medium.com/better-programming/build-push-to-docker-with-maven-eea7c4b8cfa2
Automatically push your project to Docker using Spotify, fabric8, and JIB Maven plugins
- 📆 published on: 2019-10-07
- tags: maven, maven-plugin, docker, jib
https://medium.com/@james.thorniley/create-a-reproducible-dev-environment-with-vs-code-fd89285644da
Dependency hell is the curse of all software developers trying to get the right toolchain installed. In this post I’ll show how to set up a clean environment using the remote container feature of…
- 📆 published on: 2020-01-09
- tags: vscode, docker, development-environment
https://podcast.bretfisher.com/
Hey DevOps fans 👋, this podcast contains interviews and audience Q&A from my weekly YouTube Live show. It might be me talking on a topic, o...
https://spring.io/blog/2018/11/08/spring-boot-in-a-container
Many people are using containers to wrap their Spring Boot applications, and building containers is not a simple thing to do. This is an article for developers of Spring Boot applications, and contain...
- 📆 published on: 2018-11-08
- tags: spring, spring-boot, docker, dockerfile, jib
https://github.com/vegasbrianc/prometheus
A docker-compose stack for Prometheus monitoring. Contribute to vegasbrianc/prometheus development by creating an account on GitHub.
- tags: prometheus, docker, docker-compose
https://grafana.com/docs/installation/docker/
Installing Grafana using Docker guide
https://blog.atomist.com/security-of-docker-kubernetes/
While not an exhaustive list of suggestions for hardening your Docker containers & Kubernetes clusters, it's a starting point to ensure tighten security.
- 📆 published on: 2019-10-18
- tags: security, docker, kubernetes
https://docs.docker.com/compose/networking/
How Compose sets up networking between containers
- tags: docker-compose, docs, networking, docker
https://github.com/docker-library/healthcheck
HEALTHCHECK
This is an example set of prototype images (available under https://hub.docker.com/u/healthcheck) for enabling HEALTHCHECK
behavi...
- tags: docker, healthcheck, docker-compose
- source code
https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md
Table of Contents
- Environment Variables
- Global npm dependencies
- Upgrading/downgrading Yarn
- Handling Kernel Signals
- Non-root User
- Memory
- CMD
- Docker Run
- Security node-gyp in alpi...
- tags: docker, node.js
- source code
https://github.com/BretFisher/node-docker-good-defaults
Sample node app for Docker examples
- tags: node.js, docker, docker-compose
- source code
https://www.youtube.com/watch?v=Zgx0o8QjJk4
My talk on all the best of Docker for Node.js developers and DevOps dealing with Node apps. From DockerCon 2019.
- 📆 published on: 2019-06-10
- tags: docker, node.js, docker-compose, nodemon
- source code
https://nodejs.org/de/docs/guides/nodejs-docker-webapp/
The goal of this example is to show you how to get a Node.js application into a Docker container. The guide is intended for development, and not for a production deployment. The guide also assumes you...
https://medium.com/better-programming/docker-in-development-with-nodemon-d500366e74df
I have delivered several Docker trainings during the last few weeks and some questions come back quite often. For example:
*Q: When developing my application, how can I get my changes to be taken int...
- 📆 published on: 2017-12-20
- tags: docker, node.js, nodemon
- source code
https://derickbailey.com/2017/03/09/selecting-a-node-js-image-for-docker/
Before you begin to run your Node.js application in a Docker container, or even build the app into a container, you have to answer an important question and make a key decision:
**Which base Node.js ...
A simple way to deal with personal finances
This is a proof-of-concept application, which demonstrates [Microservice Architecture Pattern](http://martinfowler.com/micro...
https://docs.docker.com/config/pruning/
The docker system prune
command is a shortcut that prunes images, containers, and networks. In Docker 17.06.0 and earlier, volumes are also pruned. In Docker 17.06.1 and higher, you must specify the...
- tags: docker
https://www.youtube.com/watch?v=Utf-A4rODH8
Everyone has heard of Docker, but what is a container? Is it really "a lightweight VM"? In this talk we'll dispel the magic by writing a container in about 100 lines of Go.
- 📆 published on: 2016-10-13
- tags: docker, containers
https://stackoverflow.com/questions/40944479/how-to-use-bash-with-an-alpine-based-docker-image/40944...
Try using RUN /bin/sh
instead of bash.
https://mherman.org/blog/dockerizing-an-angular-app/
This tutorial shows how to Dockerize an Angular app, built with the Angular CLI, using Docker along with Docker Compose and Docker Machine for both development and production. We’ll specifically focus...
- 📆 published on: 2019-05-20
- tags: angular, docker, docker-compose, dockerfile, nginx
https://mherman.org/blog/dockerizing-a-react-app/
This tutorial demonstrates how to Dockerize a React app using the Create React App generator. We’ll specifically focus on-
- Setting up a development ...
- 📆 published on: 2019-05-17
- tags: reactjs, docker, docker-compose, dockerfile, nginx
https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestratin...
These guides assume the reader knows about application development, Microservices, and Docker containers.
In this Article we will go from :
- Running a Microservice based application on your comput...
- 📆 published on: 2018-04-14
- tags: kubernetes, docker, dockerfile, reactjs, python, flask
- source code
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
Hints, tips and guidelines for writing clean, reliable Dockerfiles
- tags: docker, dockerfile
https://github.com/emk/rust-musl-builder
Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries
- tags: rust, deployment, docker
- source code
https://github.com/kpcyrd/mini-docker-rust
An example project for very small rust docker images
- tags: rust, deployment, docker
- source code
https://github.com/liuchong/docker-rustup
A multiple version (with musl tools) Rust Docker image
- tags: rust, deployment, docker
- source code
https://github.com/messense/rust-musl-cross
Docker images for compiling static Rust binaries using musl-cross
- tags: rust, deployment, docker
- source code
https://github.com/rust-lang/docker-rust
the official Rust Docker image
- tags: rust, deployment, docker
- source code
https://developers.redhat.com/blog/2017/04/04/openjdk-and-containers/
What can be done to help the OpenJDK JVM play well in the world of Linux Containers? I thought I’d start tackling this issue by answering some frequently asked questions:
**Why is it when I specify -...
- 📆 published on: 2017-04-04
- tags: openjdk, docker, containers, jvm
https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices/
There are over one million Dockerfiles on GitHub today, but not all Dockerfiles are created equally. Efficiency is critical, and this blog series will cover five areas for Dockerfile best practices to...
- 📆 published on: 2019-07-02
- tags: docker, dockerfile, maven, java
https://medium.com/@dpaunin/the-best-architecture-with-docker-and-kubernetes-myth-or-reality-77b4f8f...
This article will take you on a journey from real life to development processes to architecture and back to real life, giving answers to the most important questions at each of these stops along the w...
- 📆 published on: 2018-02-19
- tags: docker, kubernetes, architecture
https://github.com/GoogleContainerTools/kaniko
Build Container Images In Kubernetes. Contribute to GoogleContainerTools/kaniko development by creating an account on GitHub.
- tags: kubernetes, devops, devops-tools, docker, dockerfile
- source code
https://www.youtube.com/watch?v=QgMwcpAT49M
Deploying your Java application in a Kubernetes cluster could feel like Alice in Wonderland. You keep going down the rabbit hole and don’t know how to make that ride comfortable. This no-slide and cod...
- 📆 published on: 2019-01-25
- tags: java, kubernetes, istio, docker
https://www.keycloak.org/2019/05/keycloak-cluster-setup.html
This post shares some solutions to setup Keycloak cluster in various scenarios (e.g. cross-DC, docker cross-host, Kubernetes).
- 📆 published on: 2019-05-10
- tags: keycloak, cluster-computing, kubernetes, docker
- source code
https://www.youtube.com/watch?v=eHvKc6hNmhI
Deploy a Docker container to Kubernetes using YAML files. Nice explanation of attributes and what is their purpose.
https://github.com/GoogleContainerTools/distroless
🥑 Language focused docker images, minus the operating system. - GoogleContainerTools/distroless
- tags: docker, distroless, docker-image
- source code
https://github.com/veggiemonk/awesome-docker#readme
🐳 A curated list of Docker resources and projects - veggiemonk/awesome-docker
- tags: awesome-list, backend, docker
- source code
https://docs.docker.com/develop/develop-images/multistage-build/
Keeping your images small with multi-stage images
- tags: docker, dockerfile
https://medium.com/@nieldw/caching-maven-dependencies-in-a-docker-build-dca6ca7ad612
Multi-stage Docker builds are a great way to ensure your builds are 100% reproducible AND as lean as possible. On the downside a Maven build in Docker may have to download many dependencies each time ...
- 📆 published on: 2018-06-18
- tags: maven, docker, dockerfile
https://cloudplatform.googleblog.com/2018/07/introducing-jib-build-java-docker-images-better.html
Containers are bringing Java developers closer than ever to a "write once, run anywhere" workflow, but containerizing a Java application is no simple task: You have to write a Dockerfile, run a Docker...
- 📆 published on: 2018-07-09
- tags: jib, java, maven, maven-plugin, gradle, docker, dockerfile
- source code
Google Open Source Container Tools: Life of a happy developer in a container world by David Gageot - YouTube
https://www.youtube.com/watch?v=4uU44VviyjM
Great demo explaining the utilities of the various tools listed as tags here.
- 📆 published on: 2018-11-14
- tags: kubernetes, skaffold, maven-plugin, jib, bazel, dockerfile, docker, kaniko
http://collabnix.com/top-5-exclusive-features-of-docker-for-mac-that-you-cant-afford-to-miss/
Under this blog post, I will talk about top 5 exclusive and very useful features of Docker of Mac that you can’t afford to miss out.
- Docker for Mac support Docker Swarm, Swarm Mode & Kubernetes 2....
- 📆 published on: 2015-05-01
- tags: docker, docker-compose, kubernetes
https://blog.docker.com/2018/12/simplifying-kubernetes-with-docker-compose-and-friends/
Simplifying Kubernetes with Docker Compose and Friends - Docker Blog
Today we’re happy to announce we’re open sourcing our support for using [Docker Compose on Kubernetes](https://github.com/docker/c...
- 📆 published on: 2018-04-12
- tags: docker, docker-compose, kubernetes
- source code
https://hub.docker.com/r/jboss/keycloak/
- Keycloak server image documentation
- Documentation
- [User Mailing List]...
- tags: keycloak, docker
- source code
https://medium.freecodecamp.org/expose-vs-publish-docker-port-commands-explained-simply-434593dbc9a3
The Dockerfile instruction EXPOSE, the Docker run options -p and -P, and Docker Compose expose and ports all specify how to connect Docker containers over Docker networks and to host machines. This ar...
- 📆 published on: 2018-06-19
- tags: docker, docker-compose
kompose is a tool to help users familiar with docker-compose move to Kubernetes. It takes a Docker Compose file and translates it into Kubernetes resources.
- tags: docker, docker-compose, kubernetes, devops
- source code
https://docs.docker.com/storage/
Overview of persisting data in containers
Types of mounts and where they live on the Docker host
- Volumes are stored in a part of the host filesystem which is managed by Docker (/var/lib/docker...
- tags: docker, docs
https://github.com/dockersamples/example-voting-app
Example Docker Compose app. A simple distributed application running across multiple Docker containers.
- tags: docker, docker-compose, python, node.js, redis
- source code
https://github.com/docker/docker-bench-security
The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. - docker/docker-bench-security
- tags: docker, security, devops
- source code
https://github.com/krallin/tini
A tiny but valid init
for containers.
- tags: docker, linux, c
- source code
https://github.com/GoogleContainerTools/jib
⛵ Build container images for your Java applications. - GoogleContainerTools/jib
- Maven - See the jib-maven-plugin [Quickstart](https://github.com/GoogleContainerTools/jib/tree/master/ji...
- tags: docker, maven-plugin, java, gradle
- source code
https://github.com/aws-samples/kubernetes-for-java-developers
A Day in Java Developer’s Life, with a taste of Kubernetes - aws-samples/kubernetes-for-java-developers. sample. example.
- tags: java, docker, kubernetes, kubernetes-helm, maven-plugin, istio, aws
- source code
https://www.testcontainers.org/
Testcontainers is a Java 8 library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container...
- tags: testing, docker, java
- source code
https://www.youtube.com/watch?v=EsCfPxjmnjo
Building
Microservices with Node, Docker and Nginx
- Part 1 What is a Microservice?" I walk you through what a Microservice is and what this 3 part tutorial will show you.
- Part 2 [Making a micro...
- 📆 published on: 2017-12-29
- tags: node.js, microservices, docker, docker-compose, nginx
- source code
https://github.com/docker-library/mongo
Docker Official Image packaging for MongoDB.
- tags: docker, mongodb
- source code
https://hub.docker.com/_/node/
The official Node.js docker image, made with love by the node community.
- tags: docker, node.js
- source code
https://medium.com/@xoor/dockerizing-a-node-js-and-mongodb-app-f9d80fdb280e
Docker has become an extremely popular tool not only among DevOps and Infrastructure people, but also for the daily work of any developer. Simple with examples for beginners.
- 📆 published on: 2017-10-22
- tags: docker, mongodb, node.js, expressjs, docker-compose
- source code
https://blog.codeship.com/the-basics-of-the-docker-run-command/
Get back to the basics and explore a few simple docker run examples. Here, we demonstrate various ways to start a container instance.
- 📆 published on: 2017-08-22
- tags: docker
https://docker-py.readthedocs.io/
A Python library for the Docker Engine API. It lets you do anything the docker
command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.
- tags: docker, python
- source code
https://docs.docker.com/docker-for-mac/
Getting Started
https://github.com/spotify/dockerfile-maven
A set of Maven tools for dealing with Dockerfiles.
- tags: docker, maven-plugin
- source code
https://www.youtube.com/watch?v=jWupQjdjLN0
At DockerCon EU 2017, Docker announced support is coming for Kubernetes in Docker for Desktop. In this video, Docker Developer Advocate Elton Stoneman demonstrates how easy it will be to spin up a ful...
- 📆 published on: 2017-10-17
- tags: docker, macos, kubernetes
GitHub - openshift/source-to-image: A tool for building/building artifacts from source and injecting into docker images
https://github.com/openshift/source-to-image
Source-to-Image (S2I) is a toolkit and workflow for building reproducible Docker images from source code. S2I produces ready-to-run images by injecting source code into a Docker container and letting ...
Trade Secrets Of A Developer / Entrepreneur
- tags: blog, javascript, docker, node.js
http://www.pyrasis.com/private/2014/11/30/publish-docker-for-the-really-impatient-book
https://www.youtube.com/watch?v=ovqDdH9ngFs
See how the architecture of this cross-cutting project allows us to build isolated microservices with Node.js and Docker. Examine the tools and infrastructure we’re building across our stack that enab...
- tags: node.js, docker, architecture, api
https://elk-docker.readthedocs.io/#about