Ohidur — Articles

Build, ship, and learn faster.

Articles on product, engineering, and design — shipped from real projects.

MAR 27, 2025

Programming

Docker stack setup

### Install docker engine on the target host ```sh docker swarm init ``` For getting the token: ``` docker swarm join-token worker ``` ### Usin...