https://github.com/janluksoft/devops_docker_app
Node web application with image configuration in Docker
https://github.com/janluksoft/devops_docker_app
devops docker
Last synced: 10 months ago
JSON representation
Node web application with image configuration in Docker
- Host: GitHub
- URL: https://github.com/janluksoft/devops_docker_app
- Owner: janluksoft
- Created: 2024-07-09T18:31:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T18:37:55.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T11:17:52.270Z (about 1 year ago)
- Topics: devops, docker
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image configuration in Docker
Node web application with image configuration in Docker
## Description
The application presents sample settings and configurations for creating an application image in a Docker container. In addition to the application files, a light application environment necessary for its operation is also added to the container. This way, the container can be run on many different computers and the application will always work the same.
The main element of containerization is the Dockerfile.
.

.
.
.
