happilymarrieddad / old-world-api3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API v3

Links

How to handle multiple collections in neo4j Grpc buf How to setup grpc-webproxy

Docker on AWS EC2

To get Docker running on the AWS AMI you should follow the steps below (these are all assuming you have ssh'd on to the EC2 instance).

Update the packages on your instance

[ec2-user ~]$ sudo yum update -y

Install Docker

[ec2-user ~]$ sudo yum install docker -y

Start the Docker Service

[ec2-user ~]$ sudo service docker start

Add the ec2-user to the docker group so you can execute Docker commands without using sudo.

[ec2-user ~]$ sudo usermod -a -G docker ec2-user

You should then be able to run all of the docker commands without requiring sudo. After running the 4th command I did need to logout and log back in for the change to take effect.

Warhammer: Old World rule links

04-09-2024 rules update 04-09-2024 army pdfs

Original 1st Edition Rules Set

About


Languages

Language:Go 98.5%Language:Shell 0.9%Language:Makefile 0.6%Language:Cypher 0.0%