Skip to content

Commit

Permalink
Merge pull request #787 from gogolok/for_platform_operators_image_run…
Browse files Browse the repository at this point in the history
…_output

Provide output for image run
  • Loading branch information
natalieparellano authored Nov 22, 2024
2 parents ae50e3b + 818d917 commit e55ba71
Showing 1 changed file with 36 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,43 @@ Finally, you can run the exported image as follows:
docker run -it apps/bash-script ./app.sh
```

The output should look similar to the following:

```text
OUTPUT PLACEHOLDER
|'-_ _-'| ____ _ _ _ _ _
| | | | _ \ (_)| | | | | | (_)
'-_|_-' | |_) | _ _ _ | | __| | _ __ __ _ ___ | | __ ___ _ ___
|'-_ _-'|'-_ _-'| | _ < | | | || || | / _` ||'_ \ / _\ | / __|| |/ // __| | | / _ \
| | | | | | |_) || |_| || || || (_| || |_) || (_| || (__ | < \__ \ _ | || (_) |
'-_|_-' '-_|_-' |____/ \__,_||_||_| \__,_|| .__/ \__,_| \___||_|\_\|___/(_)|_| \___/
| |
|_|
Here are the contents of the current working directory:
.:
total 24
drwxr-xr-x 3 502 dialout 4096 Jan 1 1980 .
drwxr-xr-x 1 502 root 4096 Jan 1 1980 ..
-rw-r--r-- 1 502 dialout 692 Jan 1 1980 README.md
-rwxr-xr-x 1 502 dialout 736 Jan 1 1980 app.sh
drwxr-xr-x 3 502 dialout 4096 Jan 1 1980 bash-script-buildpack
-rw-r--r-- 1 502 dialout 202 Jan 1 1980 project.toml
./bash-script-buildpack:
total 16
drwxr-xr-x 3 502 dialout 4096 Jan 1 1980 .
drwxr-xr-x 3 502 dialout 4096 Jan 1 1980 ..
drwxr-xr-x 2 502 dialout 4096 Jan 1 1980 bin
-rw-r--r-- 1 502 dialout 226 Jan 1 1980 buildpack.toml
./bash-script-buildpack/bin:
total 16
drwxr-xr-x 2 502 dialout 4096 Jan 1 1980 .
drwxr-xr-x 3 502 dialout 4096 Jan 1 1980 ..
-rwxr-xr-x 1 502 dialout 345 Jan 1 1980 build
-rwxr-xr-x 1 502 dialout 242 Jan 1 1980 detect
```

## Wrapping up
Expand Down

0 comments on commit e55ba71

Please sign in to comment.