mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Add some misses I found
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
machine*
|
||||
docker-machine*
|
||||
.git
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
||||
machine*
|
||||
docker-machine*
|
||||
|
||||
@@ -19,6 +19,6 @@ There are two main areas for future development:
|
||||
|
||||
- **Swarm integration:** Machine should be able to create and manage [Swarm](https://github.com/docker/swarm) clusters. Perhaps it's even the default. Imagine this:
|
||||
|
||||
$ machine create -d digitalocean production
|
||||
$ machine scale production=100
|
||||
$ docker-machine create -d digitalocean production
|
||||
$ docker-machine scale production=100
|
||||
|
||||
|
||||
@@ -7,6 +7,6 @@ else
|
||||
OS_ARCH_ARG=($1)
|
||||
fi
|
||||
|
||||
rm -f machine_*
|
||||
rm -f docker-machine*
|
||||
docker build -t docker-machine .
|
||||
exec docker run --rm -v `pwd`:/go/src/github.com/docker/machine docker-machine gox "${OS_ARCH_ARG[@]}" -output="docker-machine_{{.OS}}-{{.Arch}}"
|
||||
|
||||
Reference in New Issue
Block a user