Giter VIP home page Giter VIP logo

linksnatch-docker's Introduction

linksnatch-docker

A docker setup repository for Linksnatch. Pretty simple to run.

Automatic Installation

Just chmod the script/run it (on Linux) or run the batch file (on Windows).

sudo chmod +x install.sh && install.sh

or

install.bat

Manual installation

This is a bit more complicated. This would be the manual install path, if the previous scripts didn't work.

Running the prebuilt image:

docker-compose --file docker-compose-prebuilt.yaml up -d

Building the image locally:

docker build . -t linksnatch:latest # this builds the container image from scratch
docker-compose up -d # this runs the container

linksnatch-docker's People

Contributors

eternalevelyn avatar

Stargazers

Clayton Kehoe avatar  avatar  avatar  avatar  avatar r avatar  avatar Kai avatar  avatar BinkieSmalls avatar  avatar Joshua avatar Amit Merchant avatar Rurick Maqueo Poisot avatar

Forkers

orinocoz

linksnatch-docker's Issues

Error while execute docker-compose up -d

[+] Running 0/1
⠿ linksnatch Error 1.8s
Error response from daemon: pull access denied for linksnatch, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Error by execute install.sh

DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/

invalid argument "linksnatch:latest\r" for "-t, --tag" flag: invalid reference format
See 'docker build --help'.
[+] Running 0/1
⠿ linksnatch Error 2.5s
Error response from daemon: pull access denied for linksnatch, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

/bin/sh: 1: git: not found

doas docker build . -t linksnatch:latest

Sending build context to Docker daemon  111.1kB
Step 1/10 : FROM ubuntu
 ---> 58db3edaf2be
Step 2/10 : COPY . /
 ---> Using cache
 ---> 72b2b29ebbcc
Step 3/10 : RUN mkdir app
 ---> Using cache
 ---> 6e4e754814f3
Step 4/10 : WORKDIR /app
 ---> Using cache
 ---> 8e0b766c6c86
Step 5/10 : RUN git clone https://github.com/amitmerchant1990/linksnatch
 ---> Running in d4c824724f13
/bin/sh: 1: git: not found
The command '/bin/sh -c git clone https://github.com/amitmerchant1990/linksnatch' returned a non-zero code: 127

Do I have have to add something to it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.