Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 443 Bytes

Docker.md

File metadata and controls

30 lines (20 loc) · 443 Bytes

L3MON Docker:

Building and Running a Docker Container

mkdir l3monDocker
cd l3monDocker
whet https://raw.githubusercontent.com/efxtv/L3MON/main/L3mon_Dockerfile
mv L3mon_Dockerfile Dockerfile

Navigate to the Directory Containing the Dockerfile

cd /path/to/your/dockerfile

Build the Docker Image

docker build -t lemon .

Run the Docker Container

docker run -d --name lemon_container lemon