Command Description docker attach Attach the shell's input/output/error stream to the container docker build Build a Docker image based on a provided Dockerfile docker cp Copy files between container and host docker exec Execute a command in a running container docker images List image available to your installation of docker docker info Display information about … Continue reading Docker Commands
Tag: bash
Automate Starting Terminal Processes with a Script on macOS/OSX
In larger projects you may have 6 or seven processes running in different terminals. This can be such a pain to setup each time you boot up the system. I use a shell script containing AppleScript to open a new terminal window and then open a new tab and run a command in each. I … Continue reading Automate Starting Terminal Processes with a Script on macOS/OSX