Skip to content
View Yediyarov's full-sized avatar
🦖
Rrrrrr
🦖
Rrrrrr
Block or Report

Block or report Yediyarov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. docker-cleanup docker-cleanup
    1
    #!/bin/sh
    2
    # Cleanup docker files: untagged containers and images.
    3
    #
    4
    # Use `docker-cleanup -n` for a dry run to see what would be deleted.
    5
    
                  
  2. docker-install.sh docker-install.sh
    1
    #!/bin/sh
    2
    
                  
    3
    DOCKER_COMPOSE_V=1.24.0
    4
    
                  
    5
    # Install Docker
  3. create-django-app create-django-app Public

    Forked from munisisazade/create-django-app

    Create Django App with Docker container

    Python

  4. docker-helper-commands docker-helper-commands Public

    Forked from munisisazade/docker-helper-commands

    Docker helper commands for Linux and MacOS

    Shell