This repository is a simplified interface for working with Docker, based on the example from the [Laradock] project (https://github.com/laradock/laradock ). We have cut out rarely used configurations to make the process of configuring and using Docker easier.
-
Clone the repository:
git clone https://github.com/impelevin/sdi.git myproject
-
Go to the
myproject
directory:cd myproject
-
Copy the configuration files:
cp .env.example .env cp docker-compose.example.yml docker-compose.yml
-
Edit the .env file and docker-compose as you need
-
Launch Docker compose:
docker-compose up -d
Now you have a Docker work environment. You can start working with containers and develop your application.
docker-compose exec -u laradock app bash
If you have suggestions for improvements or bug fixes, please create an issue or pull request. We welcome any constructive suggestions.
This project is licensed under the MIT License - for details, see the LICENSE file.