I hereby claim:
- I am gustavobrand on github.
- I am gugabrand (https://keybase.io/gugabrand) on keybase.
- I have a public key ASAYiVkZHGOhpmITZBHD0V6MJXGZYHTvl8i9rnJ-43_Q8Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [at the host] docker pull ubuntu | |
| [at the host] docker run -it ubuntu | |
| [inside the container] apt-get update | |
| [inside the container] apt-get install openssh-server net-tools python | |
| [inside the container] service ssh start | |
| [inside the container] ifconfig (get the IP address of your container) | |
| [inside the container] adduser <your username> | |
| [inside the container] su <your username> | |
| [inside the container] ssh-keygen | |
| [at the host - another window] ssh-copy-id <your username>@<container IP address> |
| # Assume we are in your home directory | |
| cd ~/ | |
| # Clone the repo from GitLab using the `--mirror` option | |
| $ git clone --mirror [email protected]:mario/my-repo.git | |
| # Change into newly created repo directory | |
| $ cd ~/my-repo.git | |
| # Push to GitHub using the `--mirror` option. The `--no-verify` option skips any hooks. |
| ====== | |
| Videos | |
| ====== | |
| DevOps | |
| What is DevOps? by Rackspace - Really great introduction to DevOps | |
| https://www.youtube.com/watch?v=_I94-tJlovg | |
| Sanjeev Sharma series on DevOps (great repetition to really get the DevOps concept) |
DevOps started out as "Agile Systems Administration". In 2008, Andrew Shafer did a talk called "Agile Infrastucture" addressing issues around involving more of the company in the same disciplines as programmers.
In 2009, Patrick Debois created "DevOpsDays" conference to help to bring it to light. However, it wouldn't begin to trend until about 2010, when people would begin to describe it as a standalone discipline.
Today, DevOps goes beyond just developers, systems administration and infrastructure, its about [dev, ops, agile, cloud, open source and business](https://blogs.the451group.com/opensource/2010/03/03/devops-mixing-dev-ops-agile-cloud-open-source-and-busi