Skip to content

Commit 6c65793

Browse files
committed
Merge pull request #183 from deis/add-no-remote-using-docker-images
docs(using-docker-images): add --no-remote
2 parents 9020f63 + 99bb03c commit 6c65793

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/using-workflow/using-docker-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ In order to deploy Docker images, they must conform to the following requirement
3333
Use `deis create` to create an application on the [controller][].
3434

3535
$ mkdir -p /tmp/example-go && cd /tmp/example-go
36-
$ deis create
36+
$ deis create example-go --no-remote
3737
Creating application... done, created example-go
3838

3939
!!! note
40-
The `deis` client uses the name of the current directory as the
41-
default app name.
40+
For all commands except for `deis create`, the `deis` client uses the name of the current directory
41+
as the app name if you don't specify it explicitly with `--app`.
4242

4343

4444
## Deploy the Application

0 commit comments

Comments
 (0)