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.
- Host: GitHub
- URL: https://github.com/zjamali/ft_server
- Owner: zjamali
- Created: 2020-02-01T23:59:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T22:32:52.000Z (over 5 years ago)
- Last Synced: 2025-04-12T06:51:26.418Z (about 1 year ago)
- Topics: docker
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
> CMD build:
> `$> docker build -t name .`
> CMD run:
> `$> docker run --name aname -it -p 80:80 -p 443:443 name`