You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This a fork of sethcottle/littlelinek. I wanted to create a Docker version and here it is. Its a pure replica only additions is Docker related items.
Prerequisites
Docker
Getting Started
Clone the Repository
git clone https://github.com/davisdre/littlelink.git
cd littlelink
Modify files
Modify your index.html accordingly.
Build the Docker Image
Build the Docker image using the following command:
docker build -t littlelink .
Build the Docker Container
Run the Docker container with the following command:
docker run -d -p 80:80 littlelink
Access the Web Page
Open your web browser and navigate to https://localhost (or the IP address of your Docker host). You should see the hostname of the container displayed on the web page.
Files
docker-compose.yml: The docker-compose.yml used to deploy your application.
Dockerfile: The Dockerfile used to build the Docker image.
License
This project is licensed under the MIT License - see the LICENSE file for details.
About
Docker version of LIttleLink, a lightweight DIY alternative to services like Linktree and many.link.