The first thing to do is to install docker.
How to run an already existing public docker container?
이미 존재하는 Docker 컨테이너에서 명령을 실행하려면 어떻게해야합니까?
Fedora 31 does not provide the docker package.
페도라 31은 도커 꾸러미를 제공하지 않습니다.
After that you must restart the docker service.
그런 다음 Docker 서비스를 다시 시작했습니다.
If you have not yet created a docker registry namespace, create the registry namespace using one of these commands
아직 Docker 레지스트리 네임스페이스를 작성하지 않은 경우 해당 명령 중 하나를 사용하여 레지스트리 네임스페이스를 작성하십시오.
Never expose a docker daemon to the internet without a proper authentication mechanism.
적절한 인증 메커니즘없이 인터넷에 고정 표시기 데몬을 노출시키지 마십시오.
"Why is deploying software to a docker image easier than simply deploying to a consistent production environment?"
"왜 일관된 프로덕션 환경에 배포하는 것보다 소프트웨어를 도커 이미지에 쉽게 배포 할 수 있습니까?"
2016 - We must adopt #docker to solve all problems with microservices.
2016 - 마이크로서비스의 문제를 해결하기 위해 도커 를 도입해야 합니다.
You can then control docker from your host OS
이제 호스트 운영체제에서 도커를 제어할 수 있습니다
The docker technology combines the work of LXC with further-improved tools for developers, increasing the user-friendliness of containers.
Docker 기술은 LXC 작업과 개선된 개발자 툴을 결합해 컨테이너의 사용자 친화성을 높였습니다.
How can I find out the IP address of a docker container?
Docker 컨테이너에서 고정 IP 주소를 어떻게 설정합니까?
Additionally, there is no cluster managed by a system administrator or operator, and there is no EC2 instance and no docker swarm to maintain the services.
뿐만 아니라, 시스템 관리자 또는 운영자가 관리해야 하는 클러스터가 없으며, 서비스를 관리하기 위한 EC2인스턴스 또는 Docker Swarm 또한 필요 없습니다.
Tooling for incremental compilation across CD pipelines isn't where it should be - especially if you're building containers as part of your build pipeline. (Gradle is good here, but stumbles at the final docker build hurdle)
CD 파이프 라인을 통한 증분 컴파일을위한 툴링은 특히 컨테이너를 빌드 파이프 라인의 일부로 구축하는 경우에 있어야합니다. (Gradle은 여기 좋지만 최종 docker가 장애물을 쌓는 데 걸림돌이됩니다.)