python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
zsh: command not found: docker exec -it
I am getting following error while executing docker command docker exec -it container_name bash
zsh: command not found: docker exec -it
I have tried bash as well, still getting the same error
bash: d...
Anamika Patel
Votes: 0
Answers: 1
why can I still docker pull after docker logout
context(what I do while using docker):
docker login URL
auth info in config.json
docker pull/push ops
docker logout URL
auth info removed
my question is, why does docker pull/push cmd still work aft...
stack-overflow-bolin
Votes: 0
Answers: 1
Publishing Docker Image by Kaniko Gitlab CI/CD to JFrog as Docker Registry
I am very new to this concept and I believe I am trying to solve a simple problem. I am trying to make a CI/CD pipeline that builds a Dockerfile and deploys the image to JFrog so that I can pull it in...
Kerry
Votes: 0
Answers: 1
Github actions specify package name
TL;DR:
I want to know how to publish specific package names to ghcr instead of the repostiry name. How can I do that?
For example:
docker-php-stack/php74:latest
docker-php-stack/php80:latest
docker-p...
user1939649
Votes: 0
Answers: 1