Skip to content

Init scripts for setting up & prepping Docker environments

Notifications You must be signed in to change notification settings

MarcelMalik/docker-init

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-init

Init scripts for setting up and prepping Docker environments

Windows

Install latest Docker CE - stops and restarts Windows Service if installed, but does not register service if not:

iwr -useb https://raw.githubusercontent.com/sixeyed/docker-init/master/windows/install-docker-ce.ps1 | iex

Install latest Docker Compose - downloads to Docker path:

iwr -useb https://raw.githubusercontent.com/sixeyed/docker-init/master/windows/install-docker-compose.ps1 | iex

Ubuntu

Install latest Docker CE - inludes init system setup:

curl -sSL https://raw.githubusercontent.com/sixeyed/docker-init/master/ubuntu/install-docker-ce.sh | sh

About

Init scripts for setting up & prepping Docker environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 95.9%
  • Shell 4.1%