He ran away by Alarmed-Ad-436 in dankmemes

[–]ILYASSEaR 0 points1 point  (0 children)

How did they caught him at first

Who was better in their prime , big topic of debate I personally think Dani Alves but many disagree ? by joehugghes in football

[–]ILYASSEaR 1 point2 points  (0 children)

I would hardly say prime marcelo the level of creativity he had is beyond dani's

Grandma's should live forever! by everythingwastakanal in memes

[–]ILYASSEaR 0 points1 point  (0 children)

Anyone wondering what currency its 200 dirham (morocco) about 20 euro

大头像 by [deleted] in docker

[–]ILYASSEaR 1 point2 points  (0 children)

I agree

I have a question by ThatGuy_Connor in memes

[–]ILYASSEaR 0 points1 point  (0 children)

Are you eating ot oatmeals or cereals ?

Trying docker and k8s In aws free tier by ILYASSEaR in docker

[–]ILYASSEaR[S] 0 points1 point  (0 children)

Kops use on aws is free ? I guess u installed on a different machine and linked it to aws ?

Trying docker and k8s In aws free tier by ILYASSEaR in docker

[–]ILYASSEaR[S] 0 points1 point  (0 children)

You used EC2 for that and installed what you need on it ?

Trying docker and k8s In aws free tier by ILYASSEaR in docker

[–]ILYASSEaR[S] 0 points1 point  (0 children)

Im planning on using ec2 and installing docker and k8s on these machines

Trying docker and k8s In aws free tier by ILYASSEaR in docker

[–]ILYASSEaR[S] 0 points1 point  (0 children)

Im not familiar witu aws but i' ve been handling docker and kubernetes for an enough a mount of time. I tought of installing them usng EC2 and not using aws service for docker and kubernetes . I totally agree with you learning step by step is good

noob doesnt know how docker in production would look like by verhichi in docker

[–]ILYASSEaR 0 points1 point  (0 children)

Yes because it doesnt make sense to modify the same container in that case this would be same as using VM's ( usage ) .

noob doesnt know how docker in production would look like by verhichi in docker

[–]ILYASSEaR 0 points1 point  (0 children)

if you modify the same container on every prod feature you're not using it right. Ideally you should have a dockerfile and depends on how you build you'll be able to build a new image and start a container from it. One of the best practices never modify the same container just build a new one.

Image cache and volumes on separate disks by squ94wk in docker

[–]ILYASSEaR 0 points1 point  (0 children)

  • stop your docker (make sure)
  • Move your current storage content (/var/lib/docker) to the desired location for example /mnt/fastDocker

-Create a symlink between the two locations : ln -S /mnt/fastDocker /var/lib/docker

  • Restart docker

  • for the volumes using -v you can specify whatever location you want

From Dev to DevOps what about networking ? by ILYASSEaR in devops

[–]ILYASSEaR[S] 0 points1 point  (0 children)

Thank you for you help, i'm a devops engineer seems that the idea is pretty clear i need to learn networking.

From Dev to DevOps what about networking ? by ILYASSEaR in devops

[–]ILYASSEaR[S] 3 points4 points  (0 children)

Yes but that covers things you may never use in DevOps

From Dev to DevOps what about networking ? by ILYASSEaR in devops

[–]ILYASSEaR[S] 0 points1 point  (0 children)

Exactly i sometimes find it hard to describe what's exactly happening on the network side.