You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Para poder publicar nuestras imágenes en Docker Hub, lo primero que necesitamos es tener una cuenta en Docker Hub. Si no tienes una, puedes crear una cuenta gratuita en [https://hub.docker.com/](https://hub.docker.com/). Hay un plan gratuito que te permite tener ilimitados repositorios públicos y un repositorio privado.
161
+
162
+
Una vez que la tengas, necesitas hacer login bien a través del terminal:
163
+
164
+
```bash
165
+
docker login
166
+
```
167
+
168
+
O bien a través de Docker Desktop.
169
+
170
+
### Bautizar las imagenes correctamente
171
+
172
+
Para poder publicar nuestras imágenes en Docker Hub, necesitamos bautizarlas correctamente. El nombre de la imagen debe seguir el siguiente formato:
0 commit comments