gridhead / fedora-easyfix

A collection of self-contained and well-documented issues for newcomers to start contributing with
MIT License
9 stars 4 forks source link

Dockerfile for local server #33

Closed khallnayak closed 2 years ago

khallnayak commented 2 years ago

Created Dockerfile with flexibility for changing port and ip version. #24

BUILD

docker build -t fedora-easyfix:1.0 .

RUN

Default port option

docker run -it -p 9696:9696 fedora-easyfix:1.0

Different port number

docker run -it -p <Port number>:<Port number> fedora-easyfix:1.0 -4 -p <Port number>

GG

khallnayak commented 2 years ago

Please Hacktoberfest accept kar