Skip to content

stylesyou/sentiment-docker-hypervisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

How to use it

  1. Build the docker image

     git clone https://github.com/stylesyou/sentiment-docker
    
     cd sentiment-docker
    

    docker build -t sentiment:1.0 .

  2. Run the docker

List the docker image build from previous step.

docker image list

use the docker image id or name sentiment:1.0

docker run -dti -p 80:80 --name sentiment sentiment:1.0

    docker ps 

docker exec -it sentiment bash
  1. copy the content if you need or just expose the port number

    copy code to files dir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published