Docker 'run' command to start apache

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
docker run -d -p 8080:8080 my-apache2:latest
Unable to find image 'my-apache2:latest' locally
docker: Error response from daemon: repository my-apache2 not found: does not exist or no pull access.
P.S. It works with Nginx(docker run -d -p 80:80 nginx:latest), I can see the image using docker ps
docker
add a comment |Â
up vote
0
down vote
favorite
docker run -d -p 8080:8080 my-apache2:latest
Unable to find image 'my-apache2:latest' locally
docker: Error response from daemon: repository my-apache2 not found: does not exist or no pull access.
P.S. It works with Nginx(docker run -d -p 80:80 nginx:latest), I can see the image using docker ps
docker
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
docker run -d -p 8080:8080 my-apache2:latest
Unable to find image 'my-apache2:latest' locally
docker: Error response from daemon: repository my-apache2 not found: does not exist or no pull access.
P.S. It works with Nginx(docker run -d -p 80:80 nginx:latest), I can see the image using docker ps
docker
docker run -d -p 8080:8080 my-apache2:latest
Unable to find image 'my-apache2:latest' locally
docker: Error response from daemon: repository my-apache2 not found: does not exist or no pull access.
P.S. It works with Nginx(docker run -d -p 80:80 nginx:latest), I can see the image using docker ps
docker
edited May 30 at 18:53
asked May 30 at 6:15
Ash Adams
11
11
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Please try the following. (Ref: https://hub.docker.com/_/httpd/ )
docker run -p 80:80 -d httpd:latest
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Please try the following. (Ref: https://hub.docker.com/_/httpd/ )
docker run -p 80:80 -d httpd:latest
add a comment |Â
up vote
1
down vote
Please try the following. (Ref: https://hub.docker.com/_/httpd/ )
docker run -p 80:80 -d httpd:latest
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Please try the following. (Ref: https://hub.docker.com/_/httpd/ )
docker run -p 80:80 -d httpd:latest
Please try the following. (Ref: https://hub.docker.com/_/httpd/ )
docker run -p 80:80 -d httpd:latest
answered May 30 at 6:27
Anveshak
48628
48628
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446834%2fdocker-run-command-to-start-apache%23new-answer', 'question_page');
);
Post as a guest
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
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
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