Jinna Baalu

Results 10 issues of Jinna Baalu

When we share the link how to render the page title and image of teh url If we share github link it will be rendered to the sharing link not...

- Elasticsearch as a single node cluster for dev machine - Basic commands used in elasticsearch - Crud operations for developer

Able to create a container with nginx-auth-enabled and able to login says login succed, but when i push i am unable to push the image throws "denied: requested access to...

Created a docker-compose for running as a container

- Create the git usecases for possible cases in programing

enhancement
help wanted
good first issue
hacktoberfest

- Add possible usecases and explaination for beginners and experts

enhancement
help wanted
hacktoberfest

Uncaught TypeError: Cannot read property 'prototype' of undefined at pnotify.animate.js:1 at pnotify.animate.js:1 at pnotify.animate.js:1 "pnotify": "3.0.0" issue with this version, if i changed it to "pnotify": "sciactive/pnotify#~2.0.1", I am not...

Container is getting closed after some time ![image](https://user-images.githubusercontent.com/11784253/98775853-ef23a000-2413-11eb-81ba-f2845e37ff79.png) Here is my docker-compose.yml ```bash version: '3' services: metasploit: image: metasploitframework/metasploit-framework:latest container_name: metasploit environment: DATABASE_URL: postgres://postgres@db:5432/msf?pool=200&timeout=5 links: - db ports: - 4444:4444...