Giter Site home page Giter Site logo

dme86 / dme86.github.io Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 100 KB

Welcome to my personal blog repository! Explore the world of streamlined software delivery, collaboration, and automation. Let's unleash the power of DevOps together! ๐Ÿš€

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

License: Other

Dockerfile 1.91% Ruby 0.38% HTML 20.54% CSS 75.67% JavaScript 1.49%
ansible aws cloud devops terraform

dme86.github.io's Introduction

Development with Podman

This project utilizes Podman for local development and containerization. Podman is a daemonless container engine that allows you to run and manage containers without the need for a background daemon process. Follow the steps below to set up and run the project using Podman.

Prerequisites

  • Podman should be installed on your system.

Local Changes

  1. Make the necessary changes to the project files according to your requirements.

  2. Run the following command to build the Podman image:

    podman machine start
    podman build -t website .
    

This command builds the Podman image based on the project files and tags it with the name "website". Adjust the tag name as needed.

Running the Container

  1. Execute the following command to start the container:

    podman run -p 4000:4000 website
    

This command runs the container based on the previously built image and maps port 4000 of the container to the same port on your host machine.

  1. Open your web browser and visit http://0.0.0.0:4000/ or http://localhost:4000/ to access the running application.

That's it! You can now make local changes to the project, build the Podman image, and run the container to test and view your changes.

dme86.github.io's People

Contributors

dme86 avatar dependabot[bot] avatar

Watchers

 avatar

dme86.github.io's Issues

create new image

The previous image appears to have been abandoned. A new image needs to be established to ensure the proper functioning of the build process.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.