-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker pull / push result doesn't look good. #160
Comments
If you could send me the script log file (a part of it), it would be helpful. Also, could you tell please, how its supposed to look (in terminal) |
Where can I find logs? Does it write logs somewhere default or do I have to enable it? I'll include screenshot of terminal soon. |
They are in script-server/logs/processes |
Here is how docker pull command looks like, I had to record screen. Because screenshot wouldn't make sense. https://drive.google.com/file/d/1OHttttYqhQVhJX0hyP0abeHMXaAjMkGZ/view (I'll delete video after few days). My script is like this:
Here is logs, If I
Notice those ^M ^[ etc characters. |
I see, looks like ANSI codes, which are not 100% supported yet (basically only formatting). I will have a look closer later. You can delete the video now, I made a copy for myself. |
@bugy Is it possible to support dynamic outputs from commands? I mean look at my docker pull example. Also |
I have a task for it: #134. Didn't have time to work on it yet |
Ah, good to know. Take your time man, you're awesome. |
Hi, @shinebayar-g could you check please if the output looks good for you now? I made quite a lot of improvements to the output |
Hi @bugy, Just tested with latest dev release. You really made lot of improvements there! It looks exact same as terminal output. Thank you. |
I've this script that downloads new updates from git repository, then build and push docker image.
However docker pull step looks like this:
Rest of the script looks good. Only docker pull part is messed up.
The text was updated successfully, but these errors were encountered: