Skip to content

ATG-AMS/dh-front-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DongHae Frontend Dev Container

This project is designed to provide a container-based development environment for the ongoing development of the DongHae Frontend. It is implemented with Docker and Dev Container CLI, allowing you to easily set up your development environment and get started on coding.

Getting Started

Prerequisites

Before you can use the DongHae Frontend Dev Container, you need to install the following:

Usage

Building the Docker Image

  1. Clone this repository to your local machine:
git clone https://github.com/ATG-AMS/dh-front-dev.git && cd dh-front-dev
  1. Build the Dockerfile with the Dev Container CLI:
devcontainer build .

Pushing the Docker Image

Once you've made changes and want to push your Docker image to the GitHub Container Registry, follow these steps:

  1. Tag your Docker image:
docker tag <IMAGE_ID> ghcr.io/atg-ams/dh-front-dev:<TAG>
  1. Authenticate to the GitHub Container Registry using your GitHub Personal Access Token (PAT):
export CR_PAT="<GITHUB_PAT>"
echo $CR_PAT | docker login ghcr.io -u <USERNAME> --password-stdin

You should see Login Succeeded if you've entered your credentials correctly.

  1. Push the Docker image to the registry:
docker push ghcr.io/atg-ams/dh-front-dev:<TAG>

Pulling the Docker Image

You can also pull the Docker image for the DongHae Frontend Dev Container from the GitHub Container Registry:

  • To pull the Docker image by name:
docker pull ghcr.io/atg-ams/dh-front-dev
  • To pull the Docker image by name and version:
docker pull ghcr.io/atg-ams/dh-front-dev:<VERSION>
  • To pull the Docker image by name and the latest version:
docker pull ghcr.io/atg-ams/dh-front-dev:latest

Contribution

If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors