This project uses Docker to manage and run a containerized application. Follow the instructions below to set up and execute the project.
Install Docker: Make sure Docker is installed and running on your system. Install Docker Clone the repository: bash
git clone https://github.com/your_username/your_repository.git cd your_repository Environment Variables Before running the scripts, configure the following environment variables in your shell or a .env file.
IMAGE_NAME: The name of the Docker image. Default: "my_project_image"
CONTAINER_NAME: The name of the Docker container. Default: "my_project_container"
DOCKERHUB_USERNAME: Your Docker Hub username. Example: "your_dockerhub_username"
You can set these variables temporarily in your shell:
bash 코드 복사 export IMAGE_NAME="my_project_image" export CONTAINER_NAME="my_project_container" export DOCKERHUB_USERNAME="your_dockerhub_username"
Alternatively, create a .env file in the project root:
plaintext 코드 복사 IMAGE_NAME=my_project_image CONTAINER_NAME=my_project_container DOCKERHUB_USERNAME=your_dockerhub_username
- wsl - ubuntu build.
- docker settings -> WSL integration -> enable