Skip to content

hughbarronjohnson/ladmins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ladmins

Intro Docker project for the CCIT Linux Admins meeting

Overview

This project produces a very basic Apache webserver running PHP to show as an example for web development using containers

Usage

The docker image can be built by running:

docker build --tag="sometagname" .

Now, just execute the new image:

$ docker run -p 80:80 --name="app-local-test" sometagname 

Author

About

Intro Docker project for Linux Admins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published