# Docker Swarm

Securing ASP.NET Core in Docker

How to secure your ASP.NET Core Docker image by setting the file system to be read-only. First in a series of blog posts covering Docker image security.

Useful Docker Images - Part 2

How to run the ELK-B Stack, made up of ElasticSearch, Kibana, Filebeat, Metricbeat and Heartbeat using Docker and Docker Swarm.

Useful Docker Images - Part 1

A guide to using the Docker Visualizer, Portainer and Sonatype Nexus Docker images to help manage a Docker Swarm.

Docker Labels in Depth

How to use Docker Labels with Docker run, Docker compose and Docker Swarm. Also talk about naming conventions and the Open Containers Initiative (OCI) spec.

Docker Read-Only File Systems

How to use a read-only file system in Docker to secure your Docker containers using the docker run CLI command and Docker compose or docker swarm.