samikshakute / samikshakute.github.io

My personal website repository.

Home Page:https://samikshakute.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

samikshakute.github.io

My personal website repository.

Docker Image

Running the Containerized Portfolio Locally

To run my portfolio locally using Docker, follow these steps:

  1. Install Docker: If you haven't already, install Docker on your machine.

  2. Pull the Docker Image: Open a terminal and run the following command to pull the containerized portfolio image:

    docker pull ghcr.io/samikshakute/portfolio-app:latest
    
  3. Run the Container: Start a Docker container with the following command:

    docker run -d -p 8000:80 ghcr.io/samikshakute/portfolio-app:latest
    
  4. Access the Portfolio: Open your web browser and navigate to http://localhost:8000 to view your containerized portfolio.

  5. Stop the Container: When you're done, you can stop the container using the following command:

    docker stop CONTAINER_ID

Replace CONTAINER_ID with the actual container ID (you can find it using docker ps).

Feedback and Contributions

I welcome any feedback or suggestions you may have about my portfolio. If you encounter any issues while running the container or have ideas for improvements, feel free to open an issue or submit a pull request. Your contributions are greatly appreciated!

About

My personal website repository.

https://samikshakute.github.io/

License:GNU General Public License v3.0


Languages

Language:CSS 60.2%Language:HTML 38.4%Language:JavaScript 1.0%Language:Dockerfile 0.3%