Tutorial by Topics: managing

docker rm [OPTIONS] CONTAINER [CONTAINER...] docker attach [OPTIONS] CONTAINER docker exec [OPTIONS] CONTAINER COMMAND [ARG...] docker ps [OPTIONS] docker logs [OPTIONS] CONTAINER docker inspect [OPTIONS] CONTAINER|IMAGE [CONTAINER|IMAGE...] In the examples above, whenever container ...
docker images [OPTIONS] [REPOSITORY[:TAG]] docker inspect [OPTIONS] CONTAINER|IMAGE [CONTAINER|IMAGE...] docker pull [OPTIONS] NAME[:TAG|@DIGEST] docker rmi [OPTIONS] IMAGE [IMAGE...] docker tag [OPTIONS] IMAGE[:TAG] [REGISTRYHOST/][USERNAME/]NAME[:TAG]
Some systems with systemd, such as Ubuntu, still allow the use of the service <name> [start|stop|status] command, redirecting it to systemctl [start|stop|status] <name>.
Entities in Entity Framework can have various states that are listed by the System.Data.Entity.EntityState enumeration. These states are: Added Deleted Detached Modified Unchanged Entity Framework works with POCOs. That means that entities are simple classes that have no pr...
Add path : PATH=$PATH:/new/path Add path : PATH=/new/path:$PATH ParameterDetailsPATHPath environment variable Bash configuration file: This file is sourced whenever a new interactive Bash shell is started. In GNU/Linux systems it's generally the ~/.bashrc file; in Mac it's ~/.bash_profi...
this topic should describe various ways of using ssh as a secure way to manage files on remote machines

Page 1 of 1