About 812,000 results
Open links in new tab
  1. docker - error during connect: Get …

    trying executing the docker run command with sudo, because the docker daemon normally needs to be run as root.

  2. docker - How to open/run YML compose file? - Stack Overflow

    Jun 5, 2017 · How can I open/run a YML compose file on my computer? I've installed Docker for Windows and Docker tools but couldn't figure out how.

  3. How to fix Docker: Permission denied - Stack Overflow

    From the official Docker documentation "Manage Docker as a non-root user": ⚠️ Warning The docker group grants root-level privileges to the user. For details on how this impacts security in …

  4. docker - Dockerfile copy keep subdirectory structure - Stack …

    May 13, 2015 · I'm trying to copy a number of files and folders to a docker image build from my localhost. The files are like this: folder1/ file1 file2 folder2/ file1 file2 I'm trying to make th...

  5. Docker: adding a file from a parent directory - Stack Overflow

    Jul 2, 2014 · Instruct Docker to set context: to the parent folder. For example if you have a Documents parent folder with /ssl and /my-proj subfolders you could instruct Docker to copy …

  6. How do I pass environment variables to Docker containers?

    There are several ways to pass environment variables to the container including using docker-compose (best choice if possible). I recommend using an env file for easier organization and …

  7. Docker how to change repository name or rename image?

    Like @matanster said, it's totally confusing for a docker newbie. I assume that, since docker repositories can only have one image, the image name refers directly to the repository.

  8. docker - Correct way to detach from a container without stopping …

    In Docker 1.1.2 (latest), what's the correct way to detach from a container without stopping it? So for example, if I try: docker run -i -t foo /bin/bash or docker attach foo (for already running

  9. How can I use environment variables in docker-compose?

    I would like to be able to use environment variables inside docker-compose.yml, with values passed in at the time of docker-compose up. This is the example. I am doing this today with a …

  10. How do I get into a Docker container's shell? - Stack Overflow

    May 11, 2015 · Here are some related resources: openssh-server doesn't start in Docker container How to get bash or ssh into a running container in background mode? Can you run …