Skip to content

ondacloud/Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker


Content

  • Nginx
  • JAVA
  • Python
  • Golang

Support Architecture

  • x86_64
  • aarch64 / arm64v8

Install Docker

Amazon Linux2

yum install -y docker
systemctl enable --now docker
usermod -aG docker ec2-user
usermod -aG docker root
chmod 666 /var/run/docker.sock

Amazon Linux 2023

dnf install -y docker
systemctl enable --now docker
usermod -aG docker ec2-user
usermod -aG docker root
chmod 666 /var/run/docker.sock

Ubuntu

apt install -y docker
systemctl enable --now docker
usermod -aG docker ubuntu
chmod 666 /var/run/docker.sock

Install Package

alpine - gcompat

apk add gcompat

alpine - curl

apk --no-cache add curl

ubuntu - ping

apt-get install iputils-ping

About

Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published