# find-open-port **Repository Path**: mirrors_vadimdemedes/find-open-port ## Basic Information - **Project Name**: find-open-port - **Description**: Find an open port for a new Docker container - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # find-open-port Find an open port for a new Docker container. ### Supported platforms - CoreOS ### Installation Copy `find_open_port.sh` and include it in a bash script. ```bash source find_open_port.sh ``` ### Usage ```bash open_port=$(find_open_port) echo "Open port: $open_port" ``` ### License MIT © [Vadym Demedes](http://vadimdemedes.com)