Difference between revisions of "Docker"

From MyWiki
Jump to: navigation, search
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
Reference : https://docs.docker.com/userguide/dockerimages/<br>
+
[[ The Docker DCA Exam ]]<br>
 
+
[[ Docker install of Oracle 12c ]]<br>
'''Updating and committing an image'''<br>
+
[[ Docker install of mysql ]]<br>
1. Start the image and note the number :
+
[[ Install ssh in a docker container ]]<br>
$ docker run -t -i training/sinatra /bin/bash
+
[[ Apache Web Server (httpd) ]]<br>
root@0b2616b0e5a8:/#
+
[[ Running Oracle XE in docker ]]<br>
2. Install some software and then exit the container.
+
[[ Creating a container from a tar file created on a vm ]]<br>
 +
[[ Docker copy an image to another server ]] <br>
 +
[[ Create a Kali image running cron ]] <br>

Latest revision as of 10:20, 25 June 2024

The Docker DCA Exam
Docker install of Oracle 12c
Docker install of mysql
Install ssh in a docker container
Apache Web Server (httpd)
Running Oracle XE in docker
Creating a container from a tar file created on a vm
Docker copy an image to another server
Create a Kali image running cron