Skip to content

Commit 26888dc

Browse files
committed
docs(using-docker-images): add --no-remote
1 parent 9020f63 commit 26888dc

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,9 @@ 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

39-
!!! note
40-
The `deis` client uses the name of the current directory as the
41-
default app name.
42-
4339

4440
## Deploy the Application
4541

0 commit comments

Comments
 (0)