Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 245 Bytes

File metadata and controls

10 lines (6 loc) · 245 Bytes

Login to a docker container

docker exec -it {{CONTAINER_NAME/CONTAINER_ID}} /bin/bash

  • CONTAINER_NAME: Name of the container
  • CONTAINER_ID: ID of the container

Example:

docker exec -it ak-cli-container /bin/bash