I stucked after “docker run ” The 2019 Stack Overflow Developer Survey Results Are InDon't run this as Root! - Docker ImageRun docker inside LXC(LXD)How can I run docker commands after “docker run” from a script?Docker: Ubuntu in docker failed to run apt-get update commanddocker run ubuntu /bin/bash vs docker run ubuntuRun Adobe software in Docker?Docker run multiple command promptCan't run chromium in dockerError when adding nvidia-docker repositoryDifference docker repository vs Ubuntu package
Why did Acorn's A3000 have red function keys?
Do these rules for Critical Successes and Critical Failures seem fair?
How to save as into a customized destination on macOS?
Right tool to dig six foot holes?
Can one be advised by a professor who is very far away?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Are there any other methods to apply to solving simultaneous equations?
What is the meaning of Triage in Cybersec world?
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Reference request: Oldest number theory books with (unsolved) exercises?
FPGA - DIY Programming
Can someone be penalized for an "unlawful" act if no penalty is specified?
What is the meaning of the verb "bear" in this context?
A poker game description that does not feel gimmicky
How to type this arrow in math mode?
The difference between dialogue marks
Multiply Two Integer Polynomials
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
"as much details as you can remember"
Can you compress metal and what would be the consequences?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
I stucked after “docker run ”
The 2019 Stack Overflow Developer Survey Results Are InDon't run this as Root! - Docker ImageRun docker inside LXC(LXD)How can I run docker commands after “docker run” from a script?Docker: Ubuntu in docker failed to run apt-get update commanddocker run ubuntu /bin/bash vs docker run ubuntuRun Adobe software in Docker?Docker run multiple command promptCan't run chromium in dockerError when adding nvidia-docker repositoryDifference docker repository vs Ubuntu package
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to run this app; https://github.com/gioargyr/docker-kr-suite
But, when i run "docker run deneme1" (deneme1 refers my repository name) it is waiting for some commands or something. But when i tried giving a command like "ls" or "pwd" nothing happened.
Thanks for your answer.
sudo docker run deneme1
# This file controls: which hosts are allowed to connect, how clients
# host DATABASE USER ADDRESS METHOD [OPTIONS]
# hostssl DATABASE USER ADDRESS METHOD [OPTIONS]
# hostnossl DATABASE USER ADDRESS METHOD [OPTIONS]
# socket, "host" is either a plain or SSL-encrypted TCP/IP socket,
# "hostssl" is an SSL-encrypted TCP/IP socket, and "hostnossl" is a
# ADDRESS specifies the set of hosts the record matches. It can be a
# host name, or it is made up of an IP address and a CIDR mask that is
# specifies the number of significant bits in the mask. A host name
# that starts with a dot (.) matches a suffix of the actual host name.
# columns to specify the set of hosts. Instead of a CIDR-address, you
# can write "samehost" to match any of the server's own IP addresses,
# "host" records. In that case you will also need to make PostgreSQL
host all all 127.0.0.1/32 md5
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the
#host replication postgres 127.0.0.1/32 md5
#host replication postgres ::1/128 md5
host all all 0.0.0.0/0 md5
#listen_addresses = 'localhost' # what IP address(es) to listen on;
listen_addresses='*'
2019-04-08 17:56:49.732 UTC [13] LOG: database system was shut down at 2019-04-08 17:08:00 UTC
2019-04-08 17:56:50.022 UTC [13] LOG: MultiXact member wraparound protections are now enabled
2019-04-08 17:56:50.025 UTC [17] LOG: autovacuum launcher started
2019-04-08 17:56:50.026 UTC [12] LOG: database system is ready to accept connections
docker
New contributor
add a comment |
I am trying to run this app; https://github.com/gioargyr/docker-kr-suite
But, when i run "docker run deneme1" (deneme1 refers my repository name) it is waiting for some commands or something. But when i tried giving a command like "ls" or "pwd" nothing happened.
Thanks for your answer.
sudo docker run deneme1
# This file controls: which hosts are allowed to connect, how clients
# host DATABASE USER ADDRESS METHOD [OPTIONS]
# hostssl DATABASE USER ADDRESS METHOD [OPTIONS]
# hostnossl DATABASE USER ADDRESS METHOD [OPTIONS]
# socket, "host" is either a plain or SSL-encrypted TCP/IP socket,
# "hostssl" is an SSL-encrypted TCP/IP socket, and "hostnossl" is a
# ADDRESS specifies the set of hosts the record matches. It can be a
# host name, or it is made up of an IP address and a CIDR mask that is
# specifies the number of significant bits in the mask. A host name
# that starts with a dot (.) matches a suffix of the actual host name.
# columns to specify the set of hosts. Instead of a CIDR-address, you
# can write "samehost" to match any of the server's own IP addresses,
# "host" records. In that case you will also need to make PostgreSQL
host all all 127.0.0.1/32 md5
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the
#host replication postgres 127.0.0.1/32 md5
#host replication postgres ::1/128 md5
host all all 0.0.0.0/0 md5
#listen_addresses = 'localhost' # what IP address(es) to listen on;
listen_addresses='*'
2019-04-08 17:56:49.732 UTC [13] LOG: database system was shut down at 2019-04-08 17:08:00 UTC
2019-04-08 17:56:50.022 UTC [13] LOG: MultiXact member wraparound protections are now enabled
2019-04-08 17:56:50.025 UTC [17] LOG: autovacuum launcher started
2019-04-08 17:56:50.026 UTC [12] LOG: database system is ready to accept connections
docker
New contributor
add a comment |
I am trying to run this app; https://github.com/gioargyr/docker-kr-suite
But, when i run "docker run deneme1" (deneme1 refers my repository name) it is waiting for some commands or something. But when i tried giving a command like "ls" or "pwd" nothing happened.
Thanks for your answer.
sudo docker run deneme1
# This file controls: which hosts are allowed to connect, how clients
# host DATABASE USER ADDRESS METHOD [OPTIONS]
# hostssl DATABASE USER ADDRESS METHOD [OPTIONS]
# hostnossl DATABASE USER ADDRESS METHOD [OPTIONS]
# socket, "host" is either a plain or SSL-encrypted TCP/IP socket,
# "hostssl" is an SSL-encrypted TCP/IP socket, and "hostnossl" is a
# ADDRESS specifies the set of hosts the record matches. It can be a
# host name, or it is made up of an IP address and a CIDR mask that is
# specifies the number of significant bits in the mask. A host name
# that starts with a dot (.) matches a suffix of the actual host name.
# columns to specify the set of hosts. Instead of a CIDR-address, you
# can write "samehost" to match any of the server's own IP addresses,
# "host" records. In that case you will also need to make PostgreSQL
host all all 127.0.0.1/32 md5
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the
#host replication postgres 127.0.0.1/32 md5
#host replication postgres ::1/128 md5
host all all 0.0.0.0/0 md5
#listen_addresses = 'localhost' # what IP address(es) to listen on;
listen_addresses='*'
2019-04-08 17:56:49.732 UTC [13] LOG: database system was shut down at 2019-04-08 17:08:00 UTC
2019-04-08 17:56:50.022 UTC [13] LOG: MultiXact member wraparound protections are now enabled
2019-04-08 17:56:50.025 UTC [17] LOG: autovacuum launcher started
2019-04-08 17:56:50.026 UTC [12] LOG: database system is ready to accept connections
docker
New contributor
I am trying to run this app; https://github.com/gioargyr/docker-kr-suite
But, when i run "docker run deneme1" (deneme1 refers my repository name) it is waiting for some commands or something. But when i tried giving a command like "ls" or "pwd" nothing happened.
Thanks for your answer.
sudo docker run deneme1
# This file controls: which hosts are allowed to connect, how clients
# host DATABASE USER ADDRESS METHOD [OPTIONS]
# hostssl DATABASE USER ADDRESS METHOD [OPTIONS]
# hostnossl DATABASE USER ADDRESS METHOD [OPTIONS]
# socket, "host" is either a plain or SSL-encrypted TCP/IP socket,
# "hostssl" is an SSL-encrypted TCP/IP socket, and "hostnossl" is a
# ADDRESS specifies the set of hosts the record matches. It can be a
# host name, or it is made up of an IP address and a CIDR mask that is
# specifies the number of significant bits in the mask. A host name
# that starts with a dot (.) matches a suffix of the actual host name.
# columns to specify the set of hosts. Instead of a CIDR-address, you
# can write "samehost" to match any of the server's own IP addresses,
# "host" records. In that case you will also need to make PostgreSQL
host all all 127.0.0.1/32 md5
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the
#host replication postgres 127.0.0.1/32 md5
#host replication postgres ::1/128 md5
host all all 0.0.0.0/0 md5
#listen_addresses = 'localhost' # what IP address(es) to listen on;
listen_addresses='*'
2019-04-08 17:56:49.732 UTC [13] LOG: database system was shut down at 2019-04-08 17:08:00 UTC
2019-04-08 17:56:50.022 UTC [13] LOG: MultiXact member wraparound protections are now enabled
2019-04-08 17:56:50.025 UTC [17] LOG: autovacuum launcher started
2019-04-08 17:56:50.026 UTC [12] LOG: database system is ready to accept connections
docker
docker
New contributor
New contributor
New contributor
asked 2 days ago
furyfury
83
83
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try like this:
docker search ubuntu
docker pull ubuntu
docker run ubuntu
docker images
Thats the way you use docker.
To create a repository, sign into Docker Hub, click on Repositories then Create Repo:
dockerhub
When creating a new repository, you can choose to put it in your Docker ID namespace, or that of any Organization that you are in the “Owners” team. The Repository Name needs to be unique in that namespace, can be two to 255 characters, and can only contain lowercase letters, numbers or - and _.
The “Short Description” of 100 characters is used in the search results, while the “Full Description” can be used as the Readme for the repository, and can use Markdown to add simple formatting.
After you hit the “Create” button, you then need to docker push images to that Hub based repository.
Pushing a Docker container image to Docker Hub
To push a repository to the Docker Hub, you must name your local image using your Docker Hub username, and the repository name that you created through Docker Hub on the web.
You can add multiple images to a repository, by adding a specific : to it (for example docs/base:testing). If it’s not specified, the tag defaults to latest.
You can name your local images either when you build it, using docker build -t /[:], by re-tagging an existing local image docker tag /[:], or by using docker commit /[:] to commit changes.
Now you can push this repository to the registry designated by its name or tag.
docker push <hub-user>/<repo-name>:<tag>
sudo docker pull deneme1 Using default tag: latest Error response from daemon: pull access denied for deneme1, repository does not exist or may require 'docker login'
– fury
2 days ago
And the repo i created is gone after reboot PC.
– fury
2 days ago
where is your repo? Github? Locally? Dockerhub?
– An0n
2 days ago
i mean with repo is Repository which is docker create.
– fury
2 days ago
i mean showed after "docker images"
– fury
2 days ago
|
show 8 more comments
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
fury is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132233%2fi-stucked-after-docker-run-repository%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try like this:
docker search ubuntu
docker pull ubuntu
docker run ubuntu
docker images
Thats the way you use docker.
To create a repository, sign into Docker Hub, click on Repositories then Create Repo:
dockerhub
When creating a new repository, you can choose to put it in your Docker ID namespace, or that of any Organization that you are in the “Owners” team. The Repository Name needs to be unique in that namespace, can be two to 255 characters, and can only contain lowercase letters, numbers or - and _.
The “Short Description” of 100 characters is used in the search results, while the “Full Description” can be used as the Readme for the repository, and can use Markdown to add simple formatting.
After you hit the “Create” button, you then need to docker push images to that Hub based repository.
Pushing a Docker container image to Docker Hub
To push a repository to the Docker Hub, you must name your local image using your Docker Hub username, and the repository name that you created through Docker Hub on the web.
You can add multiple images to a repository, by adding a specific : to it (for example docs/base:testing). If it’s not specified, the tag defaults to latest.
You can name your local images either when you build it, using docker build -t /[:], by re-tagging an existing local image docker tag /[:], or by using docker commit /[:] to commit changes.
Now you can push this repository to the registry designated by its name or tag.
docker push <hub-user>/<repo-name>:<tag>
sudo docker pull deneme1 Using default tag: latest Error response from daemon: pull access denied for deneme1, repository does not exist or may require 'docker login'
– fury
2 days ago
And the repo i created is gone after reboot PC.
– fury
2 days ago
where is your repo? Github? Locally? Dockerhub?
– An0n
2 days ago
i mean with repo is Repository which is docker create.
– fury
2 days ago
i mean showed after "docker images"
– fury
2 days ago
|
show 8 more comments
Try like this:
docker search ubuntu
docker pull ubuntu
docker run ubuntu
docker images
Thats the way you use docker.
To create a repository, sign into Docker Hub, click on Repositories then Create Repo:
dockerhub
When creating a new repository, you can choose to put it in your Docker ID namespace, or that of any Organization that you are in the “Owners” team. The Repository Name needs to be unique in that namespace, can be two to 255 characters, and can only contain lowercase letters, numbers or - and _.
The “Short Description” of 100 characters is used in the search results, while the “Full Description” can be used as the Readme for the repository, and can use Markdown to add simple formatting.
After you hit the “Create” button, you then need to docker push images to that Hub based repository.
Pushing a Docker container image to Docker Hub
To push a repository to the Docker Hub, you must name your local image using your Docker Hub username, and the repository name that you created through Docker Hub on the web.
You can add multiple images to a repository, by adding a specific : to it (for example docs/base:testing). If it’s not specified, the tag defaults to latest.
You can name your local images either when you build it, using docker build -t /[:], by re-tagging an existing local image docker tag /[:], or by using docker commit /[:] to commit changes.
Now you can push this repository to the registry designated by its name or tag.
docker push <hub-user>/<repo-name>:<tag>
sudo docker pull deneme1 Using default tag: latest Error response from daemon: pull access denied for deneme1, repository does not exist or may require 'docker login'
– fury
2 days ago
And the repo i created is gone after reboot PC.
– fury
2 days ago
where is your repo? Github? Locally? Dockerhub?
– An0n
2 days ago
i mean with repo is Repository which is docker create.
– fury
2 days ago
i mean showed after "docker images"
– fury
2 days ago
|
show 8 more comments
Try like this:
docker search ubuntu
docker pull ubuntu
docker run ubuntu
docker images
Thats the way you use docker.
To create a repository, sign into Docker Hub, click on Repositories then Create Repo:
dockerhub
When creating a new repository, you can choose to put it in your Docker ID namespace, or that of any Organization that you are in the “Owners” team. The Repository Name needs to be unique in that namespace, can be two to 255 characters, and can only contain lowercase letters, numbers or - and _.
The “Short Description” of 100 characters is used in the search results, while the “Full Description” can be used as the Readme for the repository, and can use Markdown to add simple formatting.
After you hit the “Create” button, you then need to docker push images to that Hub based repository.
Pushing a Docker container image to Docker Hub
To push a repository to the Docker Hub, you must name your local image using your Docker Hub username, and the repository name that you created through Docker Hub on the web.
You can add multiple images to a repository, by adding a specific : to it (for example docs/base:testing). If it’s not specified, the tag defaults to latest.
You can name your local images either when you build it, using docker build -t /[:], by re-tagging an existing local image docker tag /[:], or by using docker commit /[:] to commit changes.
Now you can push this repository to the registry designated by its name or tag.
docker push <hub-user>/<repo-name>:<tag>
Try like this:
docker search ubuntu
docker pull ubuntu
docker run ubuntu
docker images
Thats the way you use docker.
To create a repository, sign into Docker Hub, click on Repositories then Create Repo:
dockerhub
When creating a new repository, you can choose to put it in your Docker ID namespace, or that of any Organization that you are in the “Owners” team. The Repository Name needs to be unique in that namespace, can be two to 255 characters, and can only contain lowercase letters, numbers or - and _.
The “Short Description” of 100 characters is used in the search results, while the “Full Description” can be used as the Readme for the repository, and can use Markdown to add simple formatting.
After you hit the “Create” button, you then need to docker push images to that Hub based repository.
Pushing a Docker container image to Docker Hub
To push a repository to the Docker Hub, you must name your local image using your Docker Hub username, and the repository name that you created through Docker Hub on the web.
You can add multiple images to a repository, by adding a specific : to it (for example docs/base:testing). If it’s not specified, the tag defaults to latest.
You can name your local images either when you build it, using docker build -t /[:], by re-tagging an existing local image docker tag /[:], or by using docker commit /[:] to commit changes.
Now you can push this repository to the registry designated by its name or tag.
docker push <hub-user>/<repo-name>:<tag>
edited 2 days ago
answered 2 days ago
An0nAn0n
979121
979121
sudo docker pull deneme1 Using default tag: latest Error response from daemon: pull access denied for deneme1, repository does not exist or may require 'docker login'
– fury
2 days ago
And the repo i created is gone after reboot PC.
– fury
2 days ago
where is your repo? Github? Locally? Dockerhub?
– An0n
2 days ago
i mean with repo is Repository which is docker create.
– fury
2 days ago
i mean showed after "docker images"
– fury
2 days ago
|
show 8 more comments
sudo docker pull deneme1 Using default tag: latest Error response from daemon: pull access denied for deneme1, repository does not exist or may require 'docker login'
– fury
2 days ago
And the repo i created is gone after reboot PC.
– fury
2 days ago
where is your repo? Github? Locally? Dockerhub?
– An0n
2 days ago
i mean with repo is Repository which is docker create.
– fury
2 days ago
i mean showed after "docker images"
– fury
2 days ago
sudo docker pull deneme1 Using default tag: latest Error response from daemon: pull access denied for deneme1, repository does not exist or may require 'docker login'
– fury
2 days ago
sudo docker pull deneme1 Using default tag: latest Error response from daemon: pull access denied for deneme1, repository does not exist or may require 'docker login'
– fury
2 days ago
And the repo i created is gone after reboot PC.
– fury
2 days ago
And the repo i created is gone after reboot PC.
– fury
2 days ago
where is your repo? Github? Locally? Dockerhub?
– An0n
2 days ago
where is your repo? Github? Locally? Dockerhub?
– An0n
2 days ago
i mean with repo is Repository which is docker create.
– fury
2 days ago
i mean with repo is Repository which is docker create.
– fury
2 days ago
i mean showed after "docker images"
– fury
2 days ago
i mean showed after "docker images"
– fury
2 days ago
|
show 8 more comments
fury is a new contributor. Be nice, and check out our Code of Conduct.
fury is a new contributor. Be nice, and check out our Code of Conduct.
fury is a new contributor. Be nice, and check out our Code of Conduct.
fury is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132233%2fi-stucked-after-docker-run-repository%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown