$ grep -r "#docker" ./posts/
#docker
// 4 posts tagged with docker
01
›How to setup Docker with static HTML file
Are you ready to launch your static website with HTML, Docker and NginxProxyManager. Check this out and do it yourself pretty easy.
02
›Git clone private repo in docker
A simple how to guide to use git clone of a private repository inside docker container. With vuejs / nodejs app.
03
›Opensource Object Storage with Minio
Opensource Object Storage with Minio using Docker. An alternative to AWS S3, Linode Storage, Google Storage, Azure Storage.
04
›NodeJS Tests with microservices, Jenkins and Docker
How I achieved testing nodejs project. Hi, this is my journey trying to add tests for a microservice architectured built with nodejs. I would need to use Jenkins and Docker.