docker
Posts
Links
UI Testing with Nightwatch.js, Headless Chrome, and Docker: Part 2
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-2017Overview of docker-compose CLI | Docker Documentation
This page provides the usage information for the docker-compose Command.
05-10-2017Docker Cleanup Commands | Calazan.com
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-2017Docker Cheat Sheet with examples (Example)
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-2017Nodemon not restarting in docker · Issue #1447 · remy/nodemon
Nodemon not restarting in docker
21-05-2019Docker - Getting started with kafka
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.0
15-06-2020GitHub - goldbergyoni/nodebestpractices: The Node.js best practices list (January 2021)
this repository is a summary and curation of the top-ranked content on Node.js best practices, as well as content written here by collaborators
21-01-2021