This commit is contained in:
Rich Signell 2018-01-29 16:36:47 -05:00 коммит произвёл GitHub
Родитель 2abddfee59
Коммит 33d2e31f1f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -340,7 +340,7 @@ When you run the `docker build` command given below, make sure to replace `<YOUR
The `docker build` command is quite simple - it takes an optional tag name with the `-t` flag, and the location of the directory containing the `Dockerfile` - the `.` indicates the current directory:
```
$ docker build -t <YOUR_USERNAME>/myfirstapp .
$ docker build -t <YOUR_USERNAME>:myfirstapp .
Sending build context to Docker daemon 9.728 kB
Step 1 : FROM alpine:latest
---> 0d81fc72e790