getting-started
getting-started copied to clipboard
Getting started with Docker
### Main Changes - Use SHA commit references instead of tag versions for base image ### Changelog - a19580f feat: pin Dockerfile dependencies by @UlisesGascon
### Main Changes - Limit Github workflow permissions to `READ ONLY` ### Changelog - f5f6f92 feat: limit workflow permissions to read only by @UlisesGascon
### Main Changes - Pinned dependencies in Github Actions workflows ### Changelog - 102ab39 feat: pin Github Actions dependencies by @UlisesGascon
add a hint for M1 users about platform
Normal feature of any terminal is when you have run first command. Then by using up arrow you should be able to access that first command again, but in docker...
environment : windows11 target: Install the docker on the WSL (windows linux). the command on the powershell ``` Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All ``` install the ubuntu ``` wsl --install...
In the "Using Docker Compose" section of the tutorial, when I run the `docker compose up -d` command, the app fails to launch (i.e. nothing is reachable at `http://localhost:3000/`. Examining...
Hey guys, i cannot solve the error message when i do the command `docker build -t apimas .`. I received that message and i dont found any solution on github......