Skip to content
John Sundarraj edited this page Sep 9, 2024 · 27 revisions

Deploy Linux VM

Install Docker

Setup Docker starter-kit

You can use the following commands to setup our Docker starter-kit in any Linux-based operating system.

  1. Open the terminal.
  2. Execute the below commands in the terminal to setup our Docker starter-kit.
# Download Docker starter-kit from GitHub to local filesystem path.
$ sudo git clone https://github.com/sloopstash/kickstart-docker.git /opt/kickstart-docker

# Change ownership of Docker starter-kit directory.
$ sudo chown -R $USER:$USER /opt/kickstart-docker