In Part 1, I discussed running Selenium and Chrome headless mode on Docker. Originally the plan was to use AWS CodePipeline and AWS CodeBuild to run the Docker container and the smoke tests for my website.15-08-2017
This page provides the usage information for the docker-compose Command.05-10-2017
I've been working quite a bit with Docker these last few weeks and one thing that I found really annoying was all these unused containers and images taking up precious disk space. I wish Docker has a 'docker clean' command that would delete stopped containers and untagged images. Perhaps sometime in the near future as the project is very active. But for the time being, these commands should do the job.18-10-2017
Docker Cheat Sheet is a nice documentation. It provides us Docker basic commands and system and It's easy to understand. But there are less exaples, I reconstructed it with real examples. You should refer above document about installation.18-10-2017
Nodemon not restarting in docker21-05-2019
docker service create --network kafka-net --name broker \ --hostname="{{.Service.Name}}.{{.Task.Slot}}.{{.Task.ID}}" \ -e KAFKA_BROKER_ID={{.Task.Slot}} -e ZK_SERVERS=tasks.zookeeper \ qnib/plain-kafka:2018-04-25_1.1.015-06-2020
this repository is a summary and curation of the top-ranked content on Node.js best practices, as well as content written here by collaborators21-01-2021