Skip to content

wlalele/docker_hls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker_hls

Docker image that installs Ubuntu Trusty and a LEMP environment to run a HLS project.

Setup

Clone the repository

git clone https://github.com/wlalele/docker_hls.git

Change Directory

cd docker_hls

Edit the Dockerfile (if you want/need)

Build image from Dockerfile

docker build -t="hls" .

Run image

docker run -d -it hls

You should see a container running when you type:

docker ps

To access the container ssh:

docker attach {container_id / container_name}

About

Docker image that installs Ubuntu Trusty and a LEMP environment to run a HLS project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published