CommencerCommencer gratuitement

Mapping a container port

After working on a container project for a bit, your manager asks that you make a container image accessible from a given host system. She would like you to check with the marketing department's IT contact and determine which port they need to be available for their application.

Cet exercice fait partie du cours

Intermediate Docker

Afficher le cours

Instructions

  • Use the appropriate command to make port 7000 on the container instance available at port 9898 on the host, using the container image nginx:1.27-alpine. Make sure to add the -d flag to return to the command prompt.

Exercice interactif pratique

Passez de la théorie à la pratique avec l’un de nos exercices interactifs

Commencer l’exercice