/Docker1

Primary LanguageShell

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