Jose Gabrielle Rivera
jgrivera.dev

jgrivera.dev

Follow
homeResume
Tag

Docker

#docker

More content

Read more stories on Hashnode


Articles with this tag

Using dev containers in VS Code

Jul 12, 20224 min read

Reproducible and isolated development environments! · Foreword When a new software developer joins a company, it is common that his or her development...

Using dev containers in VS Code

Letting go of Docker Desktop in Windows

Jul 4, 20223 min read

It is not the only way to get Docker. · Foreword A few weeks ago I updated my Docker Desktop to the latest version. Upon updating, it experienced another...

Letting go of Docker Desktop in Windows

Using a Makefile to shorten commands

Jul 28, 20211 min read

Foreword You may already have known but I discovered that you can define a Makefile in which you can store your lengthy and commonly used commands....

Using a Makefile to shorten commands

Using bash aliases to shorten lengthy commands

Jul 13, 20211 min read

I remember my times using Lumen. I did not know composer scripts back then so I had to type vendor/bin/phpunit painstakingly when running my tests. I...

Using bash aliases to shorten lengthy commands

Syncing folders from a Docker container to your host machine

Jul 6, 20213 min read

Foreword Today, I struggled with linking my composer vendor folder from my container to my host. I was setting up a simple Lumen container for my...

Syncing folders from a Docker container to your host machine