Marcio Paulo Hassegawa

Results 10 comments of Marcio Paulo Hassegawa

I created a docker image with your code https://hub.docker.com/r/hassegawa/machine

> …or just simple getter which will fallback with a default value if env var is not set index.php getenv('OCI_DISPLAY_NAME') ?: 'instance-' . date('Ymd-Hi'),

> Hi, could you please share `Dockerfile`? * https://github.com/hassegawa/oracle-tf * change line 17: * git clone https://github.com/hassegawa/oci-arm-host-capacity.git && \ ---- Dockerfile with build per layer for build performance https://github.com/hassegawa/oracle-tf/tree/performance ----...

> @hassegawa Please check that your Docker container's `run.sh` file permission is missing the execution bit. I have confirmed this ↓ > > ``` > /bin/sh: 1: ./run.sh: Permission denied...

> @hassegawa Please check that your Docker container's `run.sh` file permission is missing the execution bit. I have confirmed this ↓ > > ``` > /bin/sh: 1: ./run.sh: Permission denied...

> By the way, I created a Dockerfile using alpine, the image size is very small ~190MB. > > ```dockerfile > FROM composer:2 > > RUN apk add --no-cache jq~=1.6...

> @hassegawa I tested your docker image, it works nicely :). My command: > > ```shell > docker run --rm -d \ > -v $(pwd)/.env:/app/oci-arm-host-capacity/.env \ > -v $(pwd)/key.pem:/app/oci-arm-host-capacity/key.pem \...

Example: [https://stackblitz.com/edit/angular-fttf5a?file=src%2Fapp%2Fhello.component.ts](https://stackblitz.com/edit/angular-fttf5a?file=src%2Fapp%2Fhello.component.ts)