An open API service indexing awesome lists of open source software.

https://github.com/zjamali/ft_server

This project is intended to introduce the basics of system and network administration. It will allow you to install a complete web server, using a deployment technology Docker.
https://github.com/zjamali/ft_server

docker

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# ft_server

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



e5f58000-f503-11ea-91e2-352f55622ee3


> CMD build:

> `$> docker build -t name .`

> CMD run:

> `$> docker run --name aname -it -p 80:80 -p 443:443 name`