Skip to content

Chuxel/moby-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

moby-setup

To install using Moby on Linux:

sudo apt-get update && sudo apt-get-yq install wget
sudo bash -c "$(wget -qO- https://github.com/Chuxel/moby-vscode/raw/main/install-moby.sh)"
sudo usermod -aG docker $(whoami)

To install using Docker CE on Linux:

sudo apt-get update && sudo apt-get-yq install wget
sudo bash -c "$(wget -qO- https://github.com/Chuxel/moby-vscode/raw/main/install-moby.sh)" -- false
sudo usermod -aG docker $(whoami)

This script is not enough to get "Docker in Docker" working in a container. See here for a container compatible script.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages