🔹 Report Bug 🔹 Request Feature 🔹
Dockfolio brings the power of potency of portfolio which every developer needs with the super-powers of Docker
# pulling the latest image of dockfolio from Docker Hub
docker pull pranjalbarnwal/dockfolio
# running the container and connecting the ports
docker run -d -p 8080:80 pranjalbarnwal/dockfolio
Once done, website will be live at: localhost:8080
NOTE: if you're running Docker on server, then replace localhost above with your ip address ex:
http://54.80.107.150:8080
Guide to Creating and Sharing Docker Image
Hit the ⭐ if you liked this website!