Skip to content

impelevin/sdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Docker Interface

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.

Installation

  1. Clone the repository:

    git clone https://github.com/impelevin/sdi.git myproject
  2. Go to the myproject directory:

    cd myproject
  3. Copy the configuration files:

    cp .env.example .env
    cp docker-compose.example.yml docker-compose.yml
  4. Edit the .env file and docker-compose as you need

  5. Launch Docker compose:

    docker-compose up -d

Using

Now you have a Docker work environment. You can start working with containers and develop your application.

docker-compose exec -u laradock app bash

How to contribute

If you have suggestions for improvements or bug fixes, please create an issue or pull request. We welcome any constructive suggestions.

License

This project is licensed under the MIT License - for details, see the LICENSE file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published