Skip to content

Instantly share code, notes, and snippets.

@thalysonalexr
Created January 21, 2023 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thalysonalexr/cc8a4c7452b6bcfaf9585e57ed34a283 to your computer and use it in GitHub Desktop.
Save thalysonalexr/cc8a4c7452b6bcfaf9585e57ed34a283 to your computer and use it in GitHub Desktop.
Start Docker Service on system boot
#!/bin/sh
sudo systemctl enable docker.service
sudo systemctl enable containerd.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment