Docker Documentation: Docker Is A Tool Designed To Make It Easier To Create, Deploy, and Run Applications by Using
Docker Documentation: Docker Is A Tool Designed To Make It Easier To Create, Deploy, and Run Applications by Using
Docker is a tool designed to make it easier to create, deploy, and run applications by using
containers. Containers allow a developer to package up an application with all of the parts it needs,
such as libraries and other dependencies, and ship it all out as one package.
Write a simple program in the main terminal and create the .bin file and excecute it.
root@0cbebaa72623:/#
To copy the file or program from main terminal use the following command
Command to commit
$sudo docker commit <container id> repository:tagname
$ vi Dockerfile
script
FROM repository:tagname
CMD <path ./home/ >