https://github.com/alphazframework/zest-docker
This is a Docker image for Zest_Framework development environment
https://github.com/alphazframework/zest-docker
docker-image dockerfile zest
Last synced: about 1 month ago
JSON representation
This is a Docker image for Zest_Framework development environment
- Host: GitHub
- URL: https://github.com/alphazframework/zest-docker
- Owner: alphazframework
- Created: 2019-07-31T17:02:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T16:06:25.000Z (about 5 years ago)
- Last Synced: 2024-05-21T05:14:29.576Z (about 2 years ago)
- Topics: docker-image, dockerfile, zest
- Language: Dockerfile
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zest Docker
## Introduction
This is about the Docker container build with Zest framework development environment
## Installation
Before building this Docker image, you should have the `docker` command firstly
Then executing following command:
```
docker build -t zest-docker .
```
After building Docker image successfully, we should use this command to check Docker image is available:
```
docker images zest-docker
```
To run this environment as a Docker container, we can use this command:
```
docker run -d -p 8000:80 zest-docker
```
Then visit the `http://localhost:8000` via we browser.
It will see the following captured picture and the container build is done
