Use the Docker command line | Docker Documentation
docs.docker.com › engine › referenceYou can modify the docker command behavior using environment variables or command-line options. You can also use options within config.json to modify some of the same behavior. If an environment variable and the --config flag are set, the flag takes precedent over the environment variable. Command line options override environment variables and environment variables override properties you specify in a config.json file. Change the .docker directory
docker | Docker Documentation
docs.docker.com › engine › referencedocker run: Run a command in a new container: docker save: Save one or more images to a tar archive (streamed to STDOUT by default) docker search: Search the Docker Hub for images: docker secret: Manage Docker secrets: docker service: Manage services: docker stack: Manage Docker stacks: docker start: Start one or more stopped containers: docker stats
Install Docker Command Line
appdon.myhayward.us › install-docker-command-lineDec 28, 2021 · Apr 14, 2016 I had trouble with the add-apt-repository command missing in the Ubuntu Docker image so I installed the package software-properties-common at first to make the command available. Splitting up the statements and putting apt-get update and apt-get install into one RUN command is also recommended here. Install Compose on Linux systems.