Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 524 Bytes

README.md

File metadata and controls

32 lines (29 loc) · 524 Bytes

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}