Skip to content

Instantly share code, notes, and snippets.

View Cobra16319's full-sized avatar
:electron:
Falling in ❤️ with Go

Cobra Cobra16319

:electron:
Falling in ❤️ with Go
View GitHub Profile
@Cobra16319
Cobra16319 / Read.md
Last active February 29, 2024 12:42
Run Vagrant on an M1 Mac Book with Docker

Here is a sample multi-provider Vagrantfile that can use either VirtualBox or Docker as a provider with vagrant:

$touch Vagrantfile

#Copy and paste Vagrantfile into newly created file

RHCOS Image Upload to AWS

These instructions walk through how to upload a RHCOS image to AWS manually. If you are running in a public/commercial region of AWS, you should use the already provided RHCOS images available in those regions. However, if you are deploying into an alternative AWS region (e.g. GovCloud, C2S, etc.), then you will need to provide your own RHCOS image and these instructions will show you how to do that.

Note: This process only works with RHCOS 4.3+. This is due to there not being

RHCOS Image Upload to AWS

These instructions walk through how to upload a RHCOS image to AWS manually. If you are running in a public/commercial region of AWS, you should use the already provided RHCOS images available in those regions. However, if you are deploying into an alternative AWS region (e.g. GovCloud, C2S, etc.), then you will need to provide your own RHCOS image and these instructions will show you how to do that.

Note: This process only works with RHCOS 4.3+. This is due to there not being

@Cobra16319
Cobra16319 / README-Template.md
Created July 14, 2020 18:47 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites