1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00

starting trips

This commit is contained in:
Sean Morley 2024-07-10 13:36:51 -04:00
parent 2d596fb550
commit be9c3c6747
7 changed files with 151 additions and 3 deletions

View file

@ -4,7 +4,7 @@ sidebar_position: 1
# Docker 🐋
Docker is the perffered way to run AdventureLog on your local machine. It is a lightweight containerization technology that allows you to run applications in isolated environments called containers.
Docker is the preferred way to run AdventureLog on your local machine. It is a lightweight containerization technology that allows you to run applications in isolated environments called containers.
**Note**: This guide mainly focuses on installation with a linux based host machine, but the steps are similar for other operating systems.
## Prerequisites