docker_start
This script will start the ${image_name}
image with the tag local
, i.e. the project’s locally built image.
The container will be named ${container_name}
and labeled with ${label_group}=${repository}
.
See the general Docker script usage notes. |
This script is a starting point—modify it to your project’s needs in conjunction with its Dockerfile. |
The provided example Dockerfile will start a simple HTTP server. |