Skip to content

iamyasas/docker-starter-with-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting started with Docker

Steps to try out the sample

  1. cd 'docker-starter-with-php' directory

  2. Build a docker image tagged as hello-world in the same directory.

    docker build -t hello-world .

  3. Run the image in a container(Forward port 80 of the host server to port 80 of the container)

    docker run -p 80:80 hello-world

  4. Browse localhost

About

Getting started with Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published