You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
master_ip_stdout = !ansible -m ping {target_master} -l {target_group}
manager_ip = [line.split()[0] for line in master_ip_stdout if 'SUCCESS' in line][0]
manager_ip
D02_CoursewareHubインベントリの準備.ipynb
の以下の説明の通り、Docker Swarmはservicenet_ip
で通信することを意図している。しかし、
D04_Docker Swarmの準備.ipynb
で、docker swarm init
にservicenet_ip
ではなくinventory hostnameを渡している。The text was updated successfully, but these errors were encountered: