Docker - Bash Shell

Card Puncher Data Processing

Start

To start a shell in a container:

docker exec -ti $(CONTAINER) /bin/bash
docker exec --user="root" -ti $(CONTAINER) /bin/bash
docker exec -ti $(CONTAINER) /bin/sh

where:





Discover More
Card Puncher Data Processing
What is a ProcFile?

A Procfile is a text file that maps: command to a name The command are executed by a manager used in the entrypoint A Procfile with two commands: Docker and the overmind...



Share this page:
Follow us:
Task Runner