Docker installation

From Tech-Wiki
Revision as of 18:20, 7 April 2020 by Fabricio.Lima (Talk | contribs) (Created page with "Category:Linux After installing Docker, remember to configure the service to automatically start chkconfig docker on ; systemctl enable docker")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


After installing Docker, remember to configure the service to automatically start

chkconfig docker on ; systemctl enable docker