Skip to content

This is a Docker image for Zest_Framework development environment

Notifications You must be signed in to change notification settings

alphazframework/zest-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Zest_Framework default page

About

This is a Docker image for Zest_Framework development environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published