Skip to content

A simple script that automates the installation and configuration of Docker for ppc64le

License

Notifications You must be signed in to change notification settings

Unicamp-OpenPower/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Docker on Power

A simple script that automates the installation and configuration of Docker for ppc64le. That's all!

To execute it, ensure you are logged as #root, then just execute ./install_docker.sh.

You can allow an user to run Docker without sudo by executing the following commands:

Add Docker group

groupadd docker

Add current user as member of the Docker group

usermod -aG docker $USER

Reboot when the installation is completed.

About

A simple script that automates the installation and configuration of Docker for ppc64le

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages