Pizzagami / Docker1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker1

Description

This project is intended to introduce you to the basics of system and network administration. It will allow you to install a complete web server, using a deployment technology named Docker.

Build and Run Docker

  • Build

docker build -t test .

  • Run

docker run --rm -it -p 80:80 -p 443:443 test

About


Languages

Language:Shell 93.3%Language:Dockerfile 6.7%