Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
| --- | |
| platforms: | |
| - name: vagrant-ubuntu-12.04 | |
| driver_config: | |
| box: opscode-ubuntu-12.04 | |
| box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box | |
| require_chef_omnibus: true | |
| customize: | |
| memory: 1024 | |
| network: |
| SUITE_NAME=default | |
| # create a bats subdirectory under your desired suite | |
| mkdir -p test/integration/$SUITE_NAME/bats | |
| # create an initial "canary" bats test file | |
| # more examples at: | |
| # * https://github.com/fnichol/chef-rvm/tree/master/test/integration/rubies/bats | |
| # * https://github.com/fnichol/chef-ruby_build/tree/master/test/integration/alltherubies/bats | |
| # * https://github.com/sstephenson/bats |
| #!/bin/sh | |
| ### | |
| # SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer) | |
| # For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos | |
| ### | |
| # Alot of these configs have been taken from the various places | |
| # on the web, most from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx |