Files
docker-docs/engine/reference/commandline/login.md
2017-01-19 11:21:04 -08:00

22 lines
451 B
Markdown

---
datafolder: engine-cli
datafile: docker_login
title: docker login
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}
## Examples
### Login to a registry on your localhost
```bash
$ docker login localhost:8080
```