Skip to content

EminCimen/DockerPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Dock & Roll Series: Dockerizing a PHP App! 🐳

Ahoy, fellow sailors! Welcome to the repository of our "Dock & Roll" series, where we embark on an epic adventure to explore the seas of Docker! In this particular quest, we'll be learning how to Dockerize a PHP application. Are you ready to set sail? Then let's hoist the anchor and dive right in! ⚓️🌊

📋 Table of Contents

🧰 Prerequisites

Before we cast off, ensure you have the following installed on your vessel:

  1. Docker
  2. Git

If you're a landlubber and new to Docker, check out our previous adventure, Docker 101: A Beginner's Guide to Docking Your Ship to get your feet wet! 🌊

🚀 Quick Start

Ready to hoist the Jolly Roger and set sail? Follow these steps to get your PHP app running on Docker:

  1. Clone this repository:
    git clone https://github.com/EminCimen/DockerPHP.git
  2. Navigate to the project directory:
     cd DockerPHP
  3. Build the Docker image:
    docker build -t DockerPHP .
    
  4. Run the Docker container:
    docker run -d -p 8080:80 --name my-php-app DockerPHP
    
  5. Navigate to http://localhost:8080 in your browser to view the app.

🧐 Dive Deeper

Eager for more "Dock & Roll" adventures? Be sure to keep an eye out for upcoming episodes in our series, as we continue to sail the high seas of Docker! ⛵️🐬

Happy sailing, mateys! 🏴‍☠️

Dont forget to check out the Docker 101: A Beginner's Guide to Docking Your Ship to get your feet wet! 🌊

Follow me on Twitter, Linkedin or Medium for more updates and tips! 🐦

Made with ❤️

About

This repository include my medium articles series Dock&Roll's guides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors