mirror of https://github.com/docker/docs.git
10 lines
301 B
Bash
Executable File
10 lines
301 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Place boot2docker ISO in cache
|
|
mkdir -p ~/.docker/machine/cache
|
|
cp /usr/local/share/boot2docker/boot2docker.iso ~/.docker/machine/cache/boot2docker.iso
|
|
chown -R $USER:staff ~/.docker
|
|
|
|
curl -H "Content-Type: application/json" -X POST "https://api.mixpanel.com/track/?data=%EVENT_DATA%"
|
|
|