Update for 18-01-22 17:15
This commit is contained in:
parent
f018743928
commit
3abb44eb5a
BIN
Ideas.md.gpg
BIN
Ideas.md.gpg
Binary file not shown.
@ -10,3 +10,10 @@ the wiki (they change with different versions)
|
|||||||
== Setup ==
|
== Setup ==
|
||||||
|
|
||||||
the `docker` command is all thats needed to run a container.
|
the `docker` command is all thats needed to run a container.
|
||||||
|
|
||||||
|
|
||||||
|
== Useful commands ==
|
||||||
|
|
||||||
|
=== Get a shell on a container ===
|
||||||
|
|
||||||
|
`docker exec -it <CONTAINER_ID> /bin/bash`
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* [[make|Make]] - Automate compiling
|
* [[make|Make]] - Automate compiling
|
||||||
* [[vim]] - Text editor
|
* [[vim]] - Text editor
|
||||||
* [[qemu]] - Virtual machine
|
* [[qemu]] - Virtual machine
|
||||||
* [[Docker]]
|
* [[Docker]] - Psudeo VMs
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user