Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for yum (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. Vagrantfile

      linux_common(
        config,
        name,
        update_command: 'yum check-update',
        update_tracking_file: '/var/cache/yum/last_update',
        install_command: 'yum install -y'
      )
    end
    
    def rpm_docker(config)
      config.vm.provision 'install Docker using yum', type: 'shell', inline: <<-SHELL
        # Install prerequisites
        yum install -y yum-utils device-mapper-persistent-data lvm2
    
        # Add repository
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
Back to Top