Docker basic

Use image Create Image Mount directory Auto create Dockerfile Updated: 24.10.2022 Important commands: docker pull image-name docker run local-name image-name docker ps docker build Use image Some basic commands to start using Docker. Two things are important ie. Docker Image and Docker Container.

Read More